POST
/
api
/
v1
/
pki
/
subscribers
/
{subscriberName}
/
sign-certificate
curl --request POST \
  --url https://us.infisical.com/api/v1/pki/subscribers/{subscriberName}/sign-certificate \
  --header 'Content-Type: application/json' \
  --data '{
  "projectId": "<string>",
  "csr": "<string>"
}'
{
  "certificate": "<string>",
  "issuingCaCertificate": "<string>",
  "certificateChain": "<string>",
  "serialNumber": "<string>"
}

Path Parameters

subscriberName
string
required

The name of the PKI subscriber to sign the certificate for.

Body

application/json

Response

200
application/json

Default Response

The response is of type object.