Get latest certificate bundle of a subscriber
curl --request GET \ --url https://us.infisical.com/api/v1/pki/subscribers/{subscriberName}/latest-certificate-bundle
{ "certificate": "<string>", "certificateChain": "<string>", "privateKey": "<string>", "serialNumber": "<string>" }
The name of the PKI subscriber to get the active certificate bundle for.
The ID of the project to get the active certificate bundle for.
Default Response
The response is of type object.
object
Was this page helpful?