Exports the SGD Gateway SSL private key from the client keystore.
gateway sslkey export --keyfilekey-file
[ --keypasspasswd
]
Exports the SGD Gateway SSL private key from the
client keystore, at
/opt/SUNWsgdg/proxy/etc/keystore.client
. The
private key is written to the file specified by the
--keyfile
option.
A password for the private key can be specified using the
--keypass
option. By default, the password from
/opt/SUNWsgdg/etc/password
is used.
The following example exports the SGD Gateway SSL
private key from the client keystore to the file,
gateway-ssl.key
.
# /opt/SUNWsgdg/bin/gateway sslkey export --keyfile gateway-ssl.key