cURL
curl --request POST \ --url https://app.infisical.com/api/v1/pki/ca/{caId}/issue-certificate \ --header 'Content-Type: application/json' \ --data '{ "friendlyName": "<string>", "commonName": "<string>", "ttl": "<string>", "notBefore": "<string>", "notAfter": "<string>" }'
{ "certificate": "<string>", "issuingCaCertificate": "<string>", "certificateChain": "<string>", "privateKey": "<string>", "serialNumber": "<string>" }
Issue certificate from CA
The ID of the CA to issue the certificate from
Default Response
The response is of type object.
object
Was this page helpful?