ACME Certificate Revocation Checker (acmeRevocationChecker)
Configuration for checking the revocation status of certificates with the Online Certificate Status Protocol (OCSP) or Certificate Revocation Lists (CRLs).
Name | Type | Default | Description |
---|---|---|---|
enabled | boolean | true | Verifies whether certificate revocation checking is enabled for the ACME CA service. The default is true. |
id | string | A unique configuration ID. | |
ocspResponderUrl | string | Sets the URI that identifies the location of the OCSP responder. This setting overrides the ocsp.responderURL security property and any responder that is specified in the certificate Authority Information Access Extension. |