HP XP P9000 Command View Advanced Edition Suite Software 7.6.1-00 Administrator Guide

For the SSLCertificateKeyFile directive, specify the absolute path to the private key
file for Common Component.
Do not specify a symbolic link and junction for the path.
For the SSLCACertificateFile directive, if you use a server certificate issued by a certi-
ficate authority, specify the absolute path to the server certificate. Multiple server certificates
can be contained in one file by chaining multiple PEM format server certificates by using a
text editor. Note that you must not specify a symbolic link or junction for the path.
3. Start the services of P9000 Command View AE Suite product.
Related topics
Starting services, page 317
Stopping services, page 318
Examples of configuring an httpsd.conf file (Enabling SSL/TLS for Common Component)
In the examples below, the signed certificate sent back from the certificate authority is httpsd.pem,
and the private key is httpsdkey.pem.
The following examples show how to set up the httpsd.conf file when enabling SSL/TLS. A line
beginning with a hash mark (#) is a comment line.
In Windows:
ServerName example.com
:
Listen 23015
#Listen [::]:23015
SSLDisable
SSLSessionCacheSize 0
Listen 23016
#Listen [::]:23016
<VirtualHost *:23016>
ServerName example.com
SSLEnable
SSLProtocol SSLv3 TLSv1
SSLRequiredCiphers AES256-SHA:AES128-SHA:DES-CBC3-SHA
SSLRequireSSL
SSLCertificateFile "c:/Program Files/CVXPAE/Base/httpsd/conf/ssl/server
/httpsd.pem"
SSLCertificateKeyFile "c:/Program Files/CVXPAE/Base/httpsd/conf/ssl
/server/httpsdkey.pem"
# SSLCACertificateFile "c:/Program Files/CVXPAE/Base/httpsd/conf/ssl
/cacert/anycert.pem"
SSLSessionCacheTimeout 3600
</VirtualHost>
In Linux:
Administrator Guide 187