cURL
curl --request GET \ --url https://app.infisical.com/api/v1/pki/ca/{caId}/crl
{ "crl": "<string>" }
Get CRL of the CA
The ID of the CA to get the certificate revocation list (CRL) for
Default Response
The response is of type object.
object
Was this page helpful?