Skip to main content
Version: 2.11

ocsp_peer

Hot Reloadable

Verify the peer's certificate against its OCSP responder and reject revoked certificates. Set an object to tune the checks.

Types

TypeDescriptionChoices
booleantrue, false
objectAn object with a set of explicit properties that can be set.-

Properties

NameDescriptionTypeDefaultReloadable
verifyEnable OCSP revocation checking of the peer's certificate.booleanfalseYes
ca_timeoutHow long to wait for the OCSP responder.duration2sYes
allowed_clockskewClock skew tolerated when checking responder timestamps.duration30sYes
unknown_is_goodTreat an unknown response from the responder as good.booleanfalseYes
warn_onlyLog revocation failures instead of rejecting the connection.booleanfalseYes
cache_ttl_when_next_update_unsetHow long to cache a response that carries no next-update time.duration1hYes