cURL
curl --request GET \ --url https://us.infisical.com/api/v1/pki/ca/{caId}/certificate
{ "certificate": "<string>", "certificateChain": "<string>", "serialNumber": "<string>" }
Get current CA cert and cert chain of a CA
The ID of the CA to get the certificate body and certificate chain from.
Default Response
The response is of type object.
object
Was this page helpful?