[Contents] [Prev] [Next] [Report an Error] [No Frames]


Installing the Server Certificate on the SAE

The SAE stores certificates in a keystore, which is a database of keys and certificates. To install the server certificate on the SAE, create the keystore, and import the server certificate into the keystore.

openssl pkcs12 -export -in sae.pem -certfile -ca.pem -out 
keystore/keystore.pkcs12 -password pass:<password>

See Configuring the Keystore for TLS Certificates and Keys.

To view the contents of the keystore:

openssl pkcs12 -info -in keystore.pkcs12

[Contents] [Prev] [Next] [Report an Error] [No Frames]