Parameter: truststoreFile

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

truststoreFile

Description

This parameter defines the path and file name of the Java keystore containing the list of trusted certificate authorities. Service Manager requires this keystore to validate the server and client certificates in servlet implementations only. Service Manager implementations using classic listeners cannot use this parameter and must use the cacertpem parameter instead.

Valid if set from

Server's operating system command prompt

Initialization file (sm.ini)

Requires restart of the Service Manager server?

No

Default value

A null value causes the Service Manager server to look for the trusted keystore file JAVA HOME\lib\security\cacerts

Possible values

Path and file name of the Java keystore containing the list of trusted CA certificates relative to the Service Manager RUN folder

Example usage

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

Initialization file: truststoreFile:mycacerts

Related topics

System parameters

Related topics

Enter a parameter in the sm.ini file

Related topics

SSL parameters
Servlet parameters