cURL
curl --request GET \ --url https://us.infisical.com/api/v1/cert-manager/certificates/{id}/bundle
{ "certificate": "<string>", "certificateChain": "<string>", "privateKey": "<string>", "serialNumber": "<string>" }
Get certificate bundle including the certificate, chain, and private key.
read-private-key
The ID of the certificate to get the certificate body and certificate chain for.
Default Response
The certificate body of the certificate.
The certificate chain of the certificate.
The private key of the certificate.
The serial number of the certificate.
Was this page helpful?