Parameter: truststorePass

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

truststorePass

Description

This parameter defines the password to the Java keystore containing the list of trusted CA certificates. HPE Service Manager uses this keystore to validate server and client certificates in servlet implementations. All servlet implementation options require access to trusted 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

changeit

Possible values

Password to the Java keystore containing the HPE Service Manager server's signed certificate

Example usage

Command line: sm -httpPort:13080 -httpsPort:13081 -truststoreFile:mycacerts -truststorePass:changeme

Initialization file: truststorePass:<password>