io.helidon.common.tls.TlsMaterial
Description
TLS key and trust material used to set up or reload manager state
Configuration options
| Key | Type | Default | Description |
|---|---|---|---|
trust | List< | List of certificates that form the trust manager | |
revocation | Revocation | Certificate revocation check configuration | |
internal- | String | Provider of the key stores used internally to create a key and trust manager factories | |
trust- | String | Trust manager factory provider to use | |
private- | Keys | Private key to use | |
internal- | String | Type of the key stores used internally to create a key and trust manager factories | |
key- | String | Algorithm of the key manager factory used when private key is defined | |
trust- | String | Trust manager factory algorithm | |
trust- | Boolean | false | Trust any certificate provided by the other side of communication |
key- | String | Key manager factory provider | |
secure- | String | Provider to use when creating a new secure random | |
secure- | String | Algorithm to use when creating a new secure random |
Dependent Types
See the manifest for all available types.