Description
Resources from a java keystore (PKCS12, JKS etc.).
Usages
security.providers.idcs-role-mapper.oidc-config.webclient.tls.private-key.keystoresecurity.providers.idcs-role-mapper.oidc-config.webclient.tls.trust.keystoreserver.features.security.security.providers.oidc.webclient.tls.private-key.keystoreserver.features.security.security.providers.oidc.webclient.tls.trust.keystore
Configuration options
| Key | Kind | Type | Default Value | Description |
|---|---|---|---|---|
cert-chain.alias | VALUE | String | Alias of an X.509 chain | |
cert.alias | VALUE | String | Alias of X.509 certificate of public key | |
key.alias | VALUE | String | Alias of the private key in the keystore | |
key.passphrase | VALUE | String | Pass-phrase of the key in the keystore (used for private keys) | |
passphrase | VALUE | String | Pass-phrase of the keystore (supported with JKS and PKCS12 keystores) | |
resource | VALUE | i.h.c.c.Resource | Keystore resource definition | |
trust-store | VALUE | Boolean | false | If you want to build a trust store, call this method to add all certificates present in the keystore to certificate list |
type | VALUE | String | PKCS12 | Set type of keystore |
See the manifest for all available types.