GET
/
api
/
v1
/
pki
/
subscribers
/
{subscriberName}
/
latest-certificate-bundle
cURL
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

Default Response

certificate
string
required

The active certificate for the subscriber.

certificateChain
string | null
required

The certificate chain of the active certificate for the subscriber.

privateKey
string
required

The private key of the active certificate for the subscriber.

serialNumber
string
required

The serial number of the active certificate for the subscriber.