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

Path Parameters

subscriberName
string
required

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

Body

application/json

Response

200
application/json

Default Response

The response is of type object.