v1
latestOpenAPI 3.0.12026-07-177949123.5 KBv1/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
Example response
{
"crl": "TUlJRVYuLi5TcVFQRQ==",
"response_format": "DER"
}