Description
PEM files based keys - accepts private key and certificate chain.
Usages
security.providers.idcs-role-mapper.oidc-config.webclient.tls.private-key.pemsecurity.providers.idcs-role-mapper.oidc-config.webclient.tls.trust.pemserver.features.security.security.providers.idcs-role-mapper.oidc-config.webclient.tls.trust.pemserver.features.security.security.providers.oidc.webclient.tls.private-key.pemserver.features.security.security.providers.oidc.webclient.tls.trust.pem
Configuration options
| Key | Kind | Type | Description |
|---|---|---|---|
cert-chain.resource | VALUE | i.h.c.c.Resource | Load certificate chain from PEM resource |
certificates.resource | VALUE | i.h.c.c.Resource | Read one or more certificates in PEM format from a resource definition |
key.passphrase | VALUE | String | Passphrase for private key |
key.resource | VALUE | i.h.c.c.Resource | Read a private key from PEM format from a resource definition |
public-key.resource | VALUE | i.h.c.c.Resource | Read a public key from PEM format from a resource definition |
See the manifest for all available types.