Skip to content

io.helidon.common.tls.RevocationConfig

Description

Certificate revocation configuration

Configuration options

KeyTypeDefaultDescription
soft-fail-enabledBooleanfalseAllow revocation check to succeed if the revocation status cannot be determined for one of the following reasons:
  • The CRL or OCSP response cannot be obtained because of a network error.
ocsp-responder-uriURIThe URI that identifies the location of the OCSP responder
check-only-end-entityBooleanfalseOnly check the revocation status of end-entity certificates
prefer-crl-over-ocspBooleanfalsePrefer CRL over OCSP
enabledBooleanfalseFlag indicating whether this revocation config is enabled
fallback-enabledBooleantrueEnable fallback to the less preferred checking option

Usages


See the manifest for all available types.