Parameter: keystoreFile

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

keystoreFile

Description

This parameter defines the path and file name to the Java keystore that contains the certificate of the 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

Path and file name of 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: keystoreFile:server.keystore