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>" }
The name of the PKI subscriber to issue the certificate for.
Default Response
The response is of type object.
object
Was this page helpful?