- RevocationConfig (common.tls) Configuration
Configuration options
| key | type | default value | description |
|---|---|---|---|
check-only-end-entity | boolean | false | Only check the revocation status of end-entity certificates. Default value is @return whether to check only end-entity certificates |
enabled | boolean | false | Flag indicating whether this revocation config is enabled. @return enabled flag |
fallback-enabled | boolean | true | Enable fallback to the less preferred checking option. @return whether to allow fallback to the less preferred checking option |
ocsp-responder-uri | URI | The URI that identifies the location of the OCSP responder. This overrides the @return OCSP responder URI | |
prefer-crl-over-ocsp | boolean | false | Prefer CRL over OCSP. Default value is @return whether to prefer CRL over OCSP |
soft-fail-enabled | boolean | false | Allow revocation check to succeed if the revocation status cannot be determined for one of the following reasons:
@return whether soft fail is enabled |