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

Path Parameters

serialNumber
string
required

The serial number of the certificate to get the certificate body and certificate chain for.

Response

200
application/json
Default Response
certificate
string
required

The certificate body of the certificate.

certificateChain
string
required

The certificate chain of the certificate.

serialNumber
string
required

The serial number of the certificate.