v1

latestOpenAPI 3.0.12026-07-177949123.5 KB
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"
}