Certificate Authorities
List CRLs
Get list of CRLs of the CA
GET
/
api
/
v1
/
pki
/
ca
/
{caId}
/
crls
Path Parameters
caId
string
requiredThe ID of the CA to get the certificate revocation lists (CRLs) for.
Response
200 - application/json
id
string
requiredThe ID of certificate revocation list (CRL).
crl
string
requiredThe certificate revocation list (CRL).
Was this page helpful?