GET
/
api
/
v1
/
pki
/
ca
/
{caId}
/
crls
curl --request GET \
  --url https://us.infisical.com/api/v1/pki/ca/{caId}/crls
[
  {
    "id": "<string>",
    "crl": "<string>"
  }
]

Path Parameters

caId
string
required

The ID of the CA to get the certificate revocation lists (CRLs) for.

Response

200
application/json
Default Response
id
string
required

The ID of certificate revocation list (CRL).

crl
string
required

The certificate revocation list (CRL).