Parameter: keystoreType

Parameter

keystoreType

Description

This parameter defines the keystore type for the server keystore and trusted clients kyestore of the Service Manager Server. 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 -keystoreType:PKCS12

Initialization file: keystoreType:PKCS12

Related topics

FIPS mode

Configuring FIPS mode in Service Manager