JKSCryptoToken

Overview

A CryptoToken using a Java Key Store (.jks) in the file system.

CRYPTOTOKEN_IMPLEMENTATION=org.signserver.server.cryptotokens.JKSCryptoToken.

Available Properties

Property

Description

KEYSTOREPATH

The full path to the key-store to load. (required)

KEYSTOREPASSWORD

The password that locks the key-store. Used for automatic activation

DEFAULTKEY

The key to use. If a key is not derived from each signing request (using an implementation of the AliasSelector interface), this needs to be defined. (optional)

NEXTCERTSIGNKEY

The next key to use. See PKCS11CryptoToken. (optional)