The http_server.SSL_cert and the http_server.SSL_key settings specify the location of the file or files that contains the host's private key and the certificate that is used by OpenSSL for HTTPS communications.
The .pem file is located in the following default locations:
Table 6-3 .pem File Locations
Platform |
File Location |
---|---|
Linux |
/etc/openwbem/servercert.pem /etc/openwbem/serverkey.pem |
NetWare |
/system/cimom/etc/openwbem/hostkey+cert.pem |
http_server.SSL_cert = path_filename
and
http_server.SSL_key = path_filename
http_server.SSL_cert = /etc/openwbem/servercert.pem
http_server.SSL_key = /etc/openwbem/serverkey.pem
http_server.SSL_cert = /etc/openwbem/hostkey+cert.pem