Configuration element for a keystore holding private keys and certificates.
Name | Required | Default | Description | Example |
password |
false |
- |
The password used to open the keystore/truststore.
|
- |
provider |
false |
- |
Provider to use when loading the keystore.
|
- |
keyAlias |
false |
- |
The alias identifying which key entry to use from the keystore.
|
- |
keyPassword |
false |
changeit
|
Password used to unlock the private key entry in the keystore.
|
abc123
|
location |
false |
- |
A file/resource containing the PKCS#12 keystore (*.p12).
|
- |
type |
false |
- |
Keystore type (e.g., {@code PKCS12}, {@code JKS}).
|
- |