Parameter: keystorePass

Startup parameters change the behavior of the 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 Service Manager server. 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 Service Manager server's signed certificate

Example usage

Command line: sm -httpPort:13080 -httpsPort:13081 -keystoreFile:server.keystore -keystorePass:changeit

Initialization file: keystorePass:changeit

Related topics

System parameters

Related topics

Enter a parameter in the sm.ini file

Related topics

SSL parameters
Servlet parameters