io.helidon.common.pki.KeystoreKeys
Description
Resources from a java keystore (PKCS12, JKS etc.)
Configuration options
| Key | Type | Default | Description |
|---|---|---|---|
cert | Configuration for cert | ||
cert-chain | Configuration for cert-chain | ||
key | Configuration for key | ||
passphrase | String | Pass-phrase of the keystore (supported with JKS and PKCS12 keystores) | |
resource | Resource | Keystore resource definition | |
trust-store | 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 | String | PKCS12 | Set type of keystore |
Usages
clients.tls.private-key.keystoreclients.tls.trust.keystoresecurity.providers.idcs-role-mapper.oidc-config.webclient.tls.private-key.keystoresecurity.providers.idcs-role-mapper.oidc-config.webclient.tls.trust.keystoresecurity.providers.oidc.webclient.tls.private-key.keystoresecurity.providers.oidc.webclient.tls.trust.keystoreserver.features.security.security.providers.idcs-role-mapper.oidc-config.webclient.tls.private-key.keystoreserver.features.security.security.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.keystoreserver.sockets.tls.private-key.keystoreserver.sockets.tls.trust.keystoreserver.tls.private-key.keystoreserver.tls.trust.keystore
See the manifest for all available types.