P12CryptoToken
Overview
A CryptoToken using a PKCS#12 (.p12/.pfx) key store in the local file system.
CRYPTOTOKEN_IMPLEMENTATION=org.signserver.server.cryptotokens.P12CryptoToken.
Available Properties
Property |
Description |
KEYSTOREPATH |
The full path to the key-store file 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) |