Skybox version 8.5.400
30
Chapter 8
If you want to connect to the Appliance Administration via a customer certificate,
you need to add the certificate to the Apache server.
To connect to the Appliance Administration via a customer certificate
1
Locate (or generate) the validated certificate and key files.
2
Upload the certificate files to the Skybox Server in the following directory:
/etc/httpd/conf.d
a.
SSLCertificateFile
must be your certificate file (for example,
<your
domain name>.crt
).
b.
SSLCertificateKeyFile
must be the key file generated when you created
the CSR.
c.
SSLCertificateChainFile
must be the intermediate certificate file (for
example,
DomainCertCA.crt
)
3
Save a backup of
/etc/httpd/conf.d/skybox.conf
, and then open the file.
4
In the file, make the following changes, replacing the sample file names here
with the actual file names.
a.
ServerName skyboxapp
ServerName www.<your domain>.org
b.
SSLCertificateFile:
/etc/pki/tls/certs/localhost.crt
/etc/httpd/conf.d/<your domain name>.crt
c.
SSLCertificateKeyFile:
/etc/pki/tls/private/localhost.key
/etc/httpd/conf.d/<your key>.key
d.
Add the following new line:
SSLCertificateChainFile
/etc/httpd/conf.d/DomainCertCA.crt
5
Save the file.
6
Restart Apache using the following command:
systemctl restart httpd
7
Access the Server.
Adding a customer certificate