Administer > System configuration parameters > Servlet parameters > Parameter: ssl_trustedClientsPwd

Parameter: ssl_trustedClientsPwd

Startup parameters change the behavior of the HPE Service Manager server. You can always set a startup parameter from the server's operating system command prompt.

Parameter

ssl_trustedClientsPwd

Description

This parameter defines the password to the Java keystore containing the list of trusted client certificates from which the HPE Service Manager server allows connection requests. When you enable the ssl_reqClientAuth parameter with any of the servlet implementations, only the clients with signed certificates in this keystore can connect to the HPE Service Manager server. This keystore contains a copy of each client's signed certificate. All servlet implementation options require access to certificates stored in Java keystore formats.

Valid if set from

Server's operating system command prompt

Initialization file (sm.ini)

Requires restart of the Service Manager server?

No

Default value

The keystorePass value

Possible values

Password to the Java keystore containing the signed client certificates of trusted clients

Example usage

Command line: sm -httpPort:13080 -httpsPort:13081 -ssl_trustedClientsJKS:trusted.jks -ssl_trustedClientsPwd:<password>

Initialization file: keystorePass:<password>