Chapter 11
Adding your own certificate
Skybox version 11.6.100
53
The certificate is exported directly to
/etc/pki/tls/certs
.
5. When prompted Enter Import Password, enter skyboxview.
6. Export the private key from the keystore:
openssl pkcs12 -in server.keystore.p12 -
nodes -nocerts -out /etc/pki/tls/private/skybox_key.pem
The private key is exported directly to
/etc/pki/tls/private
.
7. When prompted Enter Import Password, enter skyboxview.
8. Remove the P12 keystore:
rm server.keystore.p12
Important: Do not remove
server.keystore
.
9. Continue to
and use the exported server certificate and private
key when required.