![skybox 7000 Скачать руководство пользователя страница 50](http://html.mh-extra.com/html/skybox/7000/7000_quick-start-manual_1290110050.webp)
Skybox Appliance 5500 Quick Start Guide
Skybox version 10.1.200
50
5
Back up the file
/etc/httpd/conf.d/skyboxwebadmin.conf
6
Edit
/etc/httpd/conf.d/skyboxwebadmin.conf
:
a.
Change the value of
ServerName
from the default (
skyboxapp
) to the
name used in the Common Name or SAN field of your certificate.
For example:
ServerName www.skyboxlab.com
b.
Change the value of
SSLCertificateFile
from the default
(
/etc/pki/tls/certs/localhost.crt
) to
/etc/pki/tls/certs/<your
certificate file>
For example:
SSLCertificateFile
/etc/pki/tls/certs/skybox_lab.cer
c.
Change the value of
SSLCertificateKeyFile
from the default
(
/etc/pki/tls/private/localhost.key
) to
/etc/pki/tls/private/<your private key file>
For example:
SSLCertificateKeyFile
/etc/pki/tls/private/skybox_lab.key
d.
If you are using an intermediate CA certificate, add the following new line
under the line with
SSLCertificateKeyFile
:
SSLCertificateChainFile /etc/pki/tls/certs/ca-chain.cert.pem
7
Restart the Apache server by running:
systemctl restart httpd
8
Make sure that the root CA certificate is installed in your browser’s trusted CA
certificate repository.
9
Access the Appliance Administration at
https://<common_name>:444
In this chapter
Exporting the Server certificate and private key from the Java
............................................................................. 50
Exporting the Server certificate and private key from the
Java keystore
To export the server certificate and private key from the Java keystore
1
Log in to the Skybox Server or Collector as root.
2
Navigate to
/opt/skyboxview/server/conf
3
Create a P12 keystore using the following command, replacing
<alias>
with
the alias you chose when you generated the private key in the "Generating
and installing a certificate using the Java keytool" procedure.
../../thirdparty/jdk1.8.0_202a/bin/keytool -importkeystore -
srckeystore server.keystore -srcstorepass skyboxview -destkeystore
server.keystore.p12 -deststoretype PKCS12 -srcalias <alias> -
deststorepass skyboxview -destkeypass skyboxview
If you need to check what the alias is, do the following: