Description

Resources from a java keystore (PKCS12, JKS etc.).

Usages

Configuration options

KeyKindTypeDefault ValueDescription
cert-chain.aliasVALUEString Alias of an X.509 chain
cert.aliasVALUEString Alias of X.509 certificate of public key
key.aliasVALUEString Alias of the private key in the keystore
key.passphraseVALUEString Pass-phrase of the key in the keystore (used for private keys)
passphraseVALUEString Pass-phrase of the keystore (supported with JKS and PKCS12 keystores)
resourceVALUEi.h.c.c.Resource Keystore resource definition
trust-storeVALUEBooleanfalseIf you want to build a trust store, call this method to add all certificates present in the keystore to certificate list
typeVALUEStringPKCS12Set type of keystore

See the manifest for all available types.