GET
/
api
/
v1
/
pki
/
subscribers
/
{subscriberName}
/
latest-certificate-bundle
curl --request GET \
  --url https://us.infisical.com/api/v1/pki/subscribers/{subscriberName}/latest-certificate-bundle
{
  "certificate": "<string>",
  "certificateChain": "<string>",
  "privateKey": "<string>",
  "serialNumber": "<string>"
}

Path Parameters

subscriberName
string
required

The name of the PKI subscriber to get the active certificate bundle for.

Query Parameters

projectId
string
required

The ID of the project to get the active certificate bundle for.

Response

200
application/json

Default Response

The response is of type object.