Parameter: truststoreType

Parameter

truststoreType

Description

This parameter defines the keystore type for the Service Manager Server's truststore. This parameter must be set to one of the following values:

  • JKS: when Service Manager is running in non-FIPS mode (fipsmode:0)
  • PKCS12: when Service Manager is running in FIPS mode (fipsmode:2)

If not specified, the default value is "JKS"; however, when "fipsmode:2" is specified in the Server configuration file (sm.ini), "PKCS12" is used by default.

Valid if set from

Server's operating system command prompt

Initialization file (sm.ini)

Requires restart of the Service Manager server?

Yes

Default value

JKS

Possible values

JKS, or PKCS12

Example usage

Command line: sm -httpport:13080 -truststoreType:PKCS12

Initialization file: truststoreType:PKCS12