InlineCrl1

InlineCrl1
InlineCrl1
JSON Example
{
    "crl_type": "string",
    "details": {
        "crl_entries": [
            {
                "revocation_date": "string",
                "serial_number": "string"
            }
        ],
        "issuer": "string",
        "next_update": "string",
        "version": "string"
    },
    "details_revoked_by_issuer_and_serial_number": [
        "IssuerSerialNumber Object"
    ],
    "details_revoked_by_subject_and_public_key_hash": [
        "SubjectPublicKeyHash Object"
    ],
    "one_crl": "string",
    "pem_encoded": "string"
}
string
crl_type
Optional
Constraints: default: X509

The type of the CRL. It can be "OneCRL" or "X509" (default).

Possible values are : OneCRL, X509,
details
Optional

A CRL is a time-stamped list identifying revoked certificates.

details_revoked_by_issuer_and_serial_number
Optional

Certificates revoked by issuer and serial number

details_revoked_by_subject_and_public_key_hash
Optional

Certificates revoked by subject and public key hash

string
one_crl
Optional

JSON-encoded OneCRL-like object

string
pem_encoded
Optional

PEM encoded CRL data.

Used By