curl --request GET \
--url https://us.infisical.com/api/v1/pki/ca/{caId}/ca-certificates
[
{
"certificate": "<string>",
"certificateChain": "<string>",
"serialNumber": "<string>",
"version": 123
}
]
Get list of past and current CA certificates for a CA
curl --request GET \
--url https://us.infisical.com/api/v1/pki/ca/{caId}/ca-certificates
[
{
"certificate": "<string>",
"certificateChain": "<string>",
"serialNumber": "<string>",
"version": 123
}
]
The ID of the CA to get the CA certificates for.
Default Response
The response is of type object[]
.
Was this page helpful?