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