- Keys (common.pki) Configuration
Configuration options
Optional configuration options
| key | type | default value | description |
|---|---|---|---|
keystore | Configure keys from a keystore. Once the config object is built, this option will ALWAYS be empty. All keys from the keystore will be populated to #privateKey(), #publicKey(), #publicCert() etc. @return keystore configuration | ||
pem | Configure keys from pem file(s). Once the config object is built, this option will ALWAYS be empty. All keys from the keystore will be populated to #privateKey(), #publicKey(), #publicCert() etc. @return pem based definition |