Before starting the CIM server, you should set several configuration properties using the cimconfig command.
In particular, you need to determine how you are going to specify
your client authentication. You can use any of the following methods:
Pegasus 2.5 supports SSL for the following connections:
To use SSL, ensure that the Enable HTTPS Connection (enableHttpsConnection)
property is set to true (the default setting). This
property allows to use HTTPS TCP/IP communication. An HTTPS connection has
better security than HTTP. You can use SSL by itself or with Basic or Kerberos
authentication.
Set the HTTP Authentication (httpAuthType) property to specify
the type of authentication to use. This property can be set to two values:
Basic, or Kerberos. Basic authentication does not protect passwords; therefore,
it is recommended that you use basic authentication only with SSL.
These properties are dynamic—that is, when you
change these properties, the changes take place immediately. You do not need
to restart the CIM server to carry out the changes. You can update
the current configuration properties only while the CIM server is running.
All of the properties can be changed in the planned configuration
properties, whether the CIM server is running or stopped. If the planned configuration
properties are changed, those changes will not take effect until the CIM server
is restarted. When the CIM server is started, the planned configuration properties
become the current configuration properties.