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>
- The value for -out must match the value of the Keystore Location field in the JUNOS router driver.
- The <password> must match the value of the Keystore Password field in the JUNOS router driver.
See Configuring the Keystore for TLS Certificates and Keys.
To view the contents of the keystore:
openssl pkcs12 -info -in keystore.pkcs12