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.
The response is of type object[].
object[]
Was this page helpful?