Configuration options
| key | type | default value | description |
|---|---|---|---|
|
|
Keystore resource definition. |
| key | type | default value | description |
|---|---|---|---|
|
string |
|
Alias of an X.509 chain. |
|
string |
|
Alias of X.509 certificate of public key. Used to load both the certificate and public key. |
|
string |
|
Alias of the private key in the keystore. |
|
char[] |
|
Pass-phrase of the key in the keystore (used for private keys). This is (by default) the same as keystore passphrase - only configure if it differs from keystore passphrase. |
|
char[] |
|
Pass-phrase of the keystore (supported with JKS and PKCS12 keystores). |
|
boolean |
|
If you want to build a trust store, call this method to add all certificates present in the keystore to certificate list. |
|
string |
|
Set type of keystore. Defaults to DEFAULT_KEYSTORE_TYPE, expected are other keystore types supported by java then can store keys under aliases. |