GET
/
api
/
v1
/
pki
/
ca
/
{caId}
/
crl
curl --request GET \
  --url https://app.infisical.com/api/v1/pki/ca/{caId}/crl
{
  "crl": "<string>"
}

Path Parameters

caId
string
required

The ID of the CA to get the certificate revocation list (CRL) for

Response

200 - application/json
Default Response
crl
string
required

The certificate revocation list (CRL) of the CA