Keys (common.pki) Configuration

Type: io.helidon.common.pki.Keys

Configuration options

Optional configuration options
keytypedefault valuedescription
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