ALBCRL (schema)

CRL

Advanced load balancer CRL object
Name Description Type Notes
body Body

Certificate Revocation list from a given issuer in PEM
format.
This can either be configured directly or via the
server_url.
string
common_name Common name

Common name of the issuer in the Certificate Revocation
list.
string
distinguished_name Distinguished name

Distinguished name of the issuer in the Certificate
Revocation list.
string
etag Etag

Cached etag to optimize the download of the CRL.
string
fingerprint Fingerprint

Fingerprint of the CRL.
Used to avoid configuring duplicates.
string
last_refreshed Last refreshed

Last time CRL was refreshed by the system.
This is an internal field used by the system.
string
last_update Last update

The date when this CRL was last issued.
string
next_update Next update

The date when a newer CRL will be available.
Also conveys the date after which the CRL should be
considered obsolete.
string
server_url Server url

URL of a server that issues the Certificate Revocation
list.
If this is configured, CRL will be periodically downloaded
either based on the configured update interval or the next
update interval in the CRL.
CRL itself is stored in the body.
string
text Text

Certificate Revocation list in plain text for readability.
string
update_interval Update interval

Interval in minutes to check for CRL update.
If not specified, interval will be 1 day.
Allowed values are 30-525600.
Unit is MIN.
integer Minimum: 30
Maximum: 525600