ALBOCSPConfig (schema)

OCSPConfig

Advanced load balancer OCSPConfig object
Name Description Type Notes
failed_ocsp_jobs_retry_interval Failed ocsp jobs retry interval

Describes the Time Interval after which the next OCSP job
needs to be scheduled in case of the OCSP job failures.
Allowed values are 60-86400.
Unit is SEC.
Default value when not specified in API or module is
interpreted by ALB Controller as 3600.
integer Minimum: 60
Maximum: 86400
Default: "3600"
max_tries Max tries

Maximum number of times the failed OCSP jobs can be
scheduled.
Default value when not specified in API or module is
interpreted by ALB Controller as 10.
integer Default: "10"
ocsp_req_interval Ocsp req interval

Interval between the OCSP queries.
Allowed values are 60-31536000.
Unit is SEC.
Default value when not specified in API or module is
interpreted by ALB Controller as 86400.
integer Minimum: 60
Maximum: 31536000
Default: "86400"
ocsp_resp_timeout Ocsp resp timeout

Time in seconds that the system waits for a reply from the
OCSP responder before dropping the connection.
Unit is SEC.
integer
responder_url_lists Responder url lists

List of Responder URLs configured by user to do
failover/override the AIA extension contained in the OCSP
responder's SSL/TLS certificate.
array of string
url_action Url action

Describes the type of action to take with the Responder
URLs.
Enum options - OCSP_RESPONDER_URL_FAILOVER,
OCSP_RESPONDER_URL_OVERRIDE.
Default value when not specified in API or module is
interpreted by ALB Controller as
OCSP_RESPONDER_URL_FAILOVER.
ALBOCSPResponderUrlAction Default: "OCSP_RESPONDER_URL_FAILOVER"