v1/ca

Returns the latest CRL issued by this CA

get/v1/ca/{issuer_dn}/getLatestCrl

Path parameters

issuer_dnstring required

the CRL issuers DN (CAs subject DN)

Query parameters

deltaCrlboolean
Example:true

true to get the latest deltaCRL, false to get the latest complete CRL

crlPartitionIndexinteger

the CRL partition index

Response

Successful operation

crlstring byte

Certificate Revocation List (CRL)

response_formatstring

Response format

Example response

{
  "crl": "TUlJRVYuLi5TcVFQRQ==",
  "response_format": "DER"
}

Changes

Changed in 4 of the 8 revisions of this API.62

  • 4045b1bab09f11See the full diff
    • the crl response's property type/format changed from array/ to string/byte for status 200

      response-property-type-changed

    • for the query request parameter crlPartitionIndex, the type/format was generalized from integer/int32 to integer/int64

      request-parameter-type-generalized

    This revision also has 2 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

    • for the query request parameter crlPartitionIndex, the type/format was changed from integer/int64 to integer/int32

      request-parameter-type-changed

    • the crl response's property type/format changed from string/byte to array/ for status 200

      response-property-type-changed

    This revision also has 2 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

  • d0f3affe7c3c11See the full diff
    • the crl response's property type/format changed from array/ to string/byte for status 200

      response-property-type-changed

    • for the query request parameter crlPartitionIndex, the type/format was generalized from integer/int32 to integer/int64

      request-parameter-type-generalized

    This revision also has 2 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

    • for the query request parameter crlPartitionIndex, the type/format was changed from integer/int64 to integer/int32

      request-parameter-type-changed

    • the crl response's property type/format changed from string/byte to array/ for status 200

      response-property-type-changed

    This revision also has 2 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog