v1
latestOpenAPI 3.0.12026-07-177949123.5 KBv1/ca
Create CRL(main, partition and delta) issued by this CA
post/v1/ca/{issuer_dn}/createcrl
Path parameters
issuer_dnstring required
the CRL issuers DN (CAs subject DN)
Query parameters
deltacrlboolean
Example:true
true to create the deltaCRL, false to create the base CRL
Response
Successful operation
Example response
{
"issuer_dn": "CN=ExampleCA",
"latest_crl_version": 10,
"latest_delta_crl_version": 5
}