keystore

Version

Configuration element for a keystore holding private keys and certificates.

Syntax

keystore:
keyAlias: <string>
keyPassword: <string>
location: <string>
password: <string>
provider: <string>
type: <string>
keystore:
  keyAlias: <string>
  keyPassword: <string>
  location: <string>
  password: <string>
  provider: <string>
  type: <string>

Attributes

NameRequiredDefaultDescriptionExamples
keyAliasfalse-The alias identifying which key entry to use from the keystore.-
keyPasswordfalsechangeitPassword used to unlock the private key entry in the keystore.abc123
locationfalse-A file/resource containing the PKCS#12 keystore (*.p12).-
passwordfalse-The password used to open the keystore/truststore.-
providerfalse-Provider to use when loading the keystore.-
typefalse-Keystore type (e.g., PKCS12, JKS).-

Can be used in