Parameter: keystorePass

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

keystorePass

Description

This parameter defines the password to the Java keystore containing the certificate of the HPE Service Manager server. HPE Service Manager uses this keystore to encrypt and decrypt messages sent to clients in servlet implementations. 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

None

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 -keystoreFile:server.keystore -keystorePass:changeit

Initialization file: keystorePass:changeit