Skybox Appliance 8000 Quick Start Guide
Skybox version 10.1.200
54
a.
Execute the following command:
../../thirdparty/jdk1.8.0_202a/bin/keytool -list -v -keystore
server.keystore -storepass skyboxview
b.
Find your server certificate. Above it is the Alias name field – that’s your
alias.
4
Export the server certificate from the new keystore using the following
command. It will be exported directly to
/etc/pki/tls/certs
.
openssl pkcs12 -in server.keystore.p12 -nokeys -out
/etc/pki/tls/certs/skybox_cert.pem
5
When prompted Enter Import Password, enter skyboxview.
6
Export the private key from the new keystore using the following command. It
will be exported directly to
/etc/pki/tls/private
.
openssl pkcs12 -in server.keystore.p12 -nodes -nocerts -out
/etc/pki/tls/private/skybox_key.pem
7
When prompted Enter Import Password, enter skyboxview.
8
Remove the new P12 keystore by executing
rm server.keystore.p12
Important: Make sure that you do not mistakenly remove
server.keystore
.
9
Continue to
(on page 52) and use the exported
server certificate and private key when required.