Cluster
Get OCSP configuration
Get the OCSP configuration for the cluster
get/v1/ocsp
Response
OCSP configuration
ocsp_functionalityboolean required
Whether to enable/disable OCSP for the cluster.
query_frequencyinteger required
Determines the interval (in seconds) in which the control plane will poll the OCSP responder for a new status for the server certificate.
recovery_frequencyinteger required
Determines the interval (in seconds) in which the control plane will poll the OCSP responder for a new status for the server certificate when the current staple is invalid.
recovery_max_triesinteger required
Determines the maximum number for the OCSP recovery attempts. After max number of tries passed, the control plane will revert back to the regular frequency.
responder_urlstring required
The OCSP server url embedded in the proxy certificate (if available)
response_timeoutinteger required
Determines the time interval (in seconds) for which the request waits for a response from the OCSP responder.