GET
/
api
/
v1
/
pki
/
ca
/
{caId}
/
certificate
cURL
curl --request GET \
  --url https://us.infisical.com/api/v1/pki/ca/{caId}/certificate
{
  "certificate": "<string>",
  "certificateChain": "<string>",
  "serialNumber": "<string>"
}

Path Parameters

caId
string
required

The ID of the CA to get the certificate body and certificate chain from.

Response

Default Response

certificate
string
required

The certificate body of the CA.

certificateChain
string
required

The certificate chain of the CA.

serialNumber
string
required

The serial number of the CA certificate.