OCSP object
An object that represents the cluster's OCSP configuration
An API object that represents the cluster's OCSP configuration.
| Name | Type/Value | Description |
|---|---|---|
| ocsp_functionality | boolean (default: false) | Enables or turns off OCSP for the cluster |
| query_frequency | integer |
The time interval in seconds between OCSP queries to check the certificate’s status |
| recovery_frequency | integer |
The time interval in seconds between retries after the OCSP responder returns an invalid status for the certificate |
| recovery_max_tries | integer |
The number of retries before the validation query fails and invalidates the certificate |
| responder_url | string | The OCSP server URL embedded in the proxy certificate (if available) (read-only) |
| response_timeout | integer |
The time interval in seconds to wait for a response before timing out |