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

Path Parameters

caId
string
required

The ID of the CA to get the CA certificates for.

Response

Default Response

certificate
string
required

The certificate body of the CA certificate.

certificateChain
string
required

The certificate chain of the CA certificate.

serialNumber
string
required

The serial number of the CA certificate.

version
number
required

The version of the CA certificate. The version is incremented for each CA renewal operation.