Get certificate body of certificate
curl --request GET \ --url https://app.infisical.com/api/v1/pki/certificates/{serialNumber}/certificate
{ "certificate": "<string>", "certificateChain": "<string>", "serialNumber": "<string>" }
The serial number of the certificate to get the certificate body and certificate chain for
Default Response
The response is of type object.
object
Was this page helpful?