- PemKeys (common.pki) Configuration
Configuration options
Optional configuration options
| key | type | default value | description |
|---|---|---|---|
cert-chain.resource | Load certificate chain from PEM resource. @return resource (e.g. classpath, file path, URL etc.) | ||
certificates.resource | Read one or more certificates in PEM format from a resource definition. Used eg: in a trust store. @return key resource (file, classpath, URL etc.) | ||
key.passphrase | char[] | Passphrase for private key. If the key is encrypted (and in PEM PKCS#8 format), this passphrase will be used to decrypt it. @return passphrase used to encrypt the private key | |
key.resource | Read a private key from PEM format from a resource definition. @return key resource (file, classpath, URL etc.) | ||
public-key.resource | Read a public key from PEM format from a resource definition. @return public key resource (file, classpath, URL etc.) |