6.2 Changing the Certificate Configuration

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-1 .pem File Locations

Platform

File Location

Linux

/etc/openwbem/servercert.pem

/etc/openwbem/serverkey.pem

Syntax

http_server.SSL_cert = path_filename

and

http_server.SSL_key = path_filename

Example

http_server.SSL_cert = /etc/openwbem/servercert.pem

http_server.SSL_key = /etc/openwbem/serverkey.pem