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