General properties

Property

Description

SIGNERTOKEN.CLASSPATH

Global configuration property for the fully qualified class name of the Crypto token implementation to use. See the following sections for available Crypto tokens.

KEYALG

Key algorithm to use when generating new keys. Only for Crypto tokens supporting key generation.

KEYSPEC

Key specification to use when generating new keys. Only for Crypto tokens supporting key generation.

KEYGENERATIONLIMIT

Limit for the maximum number of keys allowed to be generated. If set and set to 0 or a positive value, key generation is not allowed if the current number of keys equals to or is larger than this value. Default: "" = no limit.

SELFSIGNED_DN

Distinguished Name (DN) to use as issuer and subject DN in the self-signed certificate instead of the default one.

images/s/en_US/8100/b0984b7297905b7c7bd946458f753ce0130bfc8c/_/images/icons/emoticons/warning.svg This property can be set on the worker that is going to use the key so that different options can be used for different workers.

SELFSIGNED_SIGNATUREALGORITHM

Signature algorithm to use in the self-signed certificate instead of the default "SHA1withRSA".

images/s/en_US/8100/b0984b7297905b7c7bd946458f753ce0130bfc8c/_/images/icons/emoticons/warning.svg This property can be set on the worker that is going to use the key, so that different options can be used for different workers.

SELFSIGNED_VALIDITY

Validity time (in seconds) to use in the self-signed certificate instead of the default of about 30 years.

images/s/en_US/8100/b0984b7297905b7c7bd946458f753ce0130bfc8c/_/images/icons/emoticons/warning.svg This property can be set on the worker that is going to use the key, so that different options can be used for different workers.