Skip to main content
GET
/
encrova-service
/
api
/
v1
/
ca
/
{ca_id}
/
crls
List Crls
curl --request GET \
  --url https://encryption.platform.dev.ai71services.ai/encrova-service/api/v1/ca/{ca_id}/crls \
  --header 'x-api-key: <x-api-key>'
[
  {
    "id": "<string>",
    "crl": "<string>"
  }
]

Headers

x-api-key
string
required

Path Parameters

ca_id
string
required

Response

Successfully retrieved CRLs

id
string
required

Unique identifier of the CRL

crl
string
required

Certificate Revocation List in PEM format