Issue certificate
curl --request POST \
--url https://us.infisical.com/api/v1/pki/subscribers/{subscriberName}/issue-certificate \
--header 'Content-Type: application/json' \
--data '{
"projectId": "<string>"
}'
{
"certificate": "<string>",
"issuingCaCertificate": "<string>",
"certificateChain": "<string>",
"privateKey": "<string>",
"serialNumber": "<string>"
}
The name of the PKI subscriber to issue the certificate for.
Default Response
The response is of type object
.
Was this page helpful?
curl --request POST \
--url https://us.infisical.com/api/v1/pki/subscribers/{subscriberName}/issue-certificate \
--header 'Content-Type: application/json' \
--data '{
"projectId": "<string>"
}'
{
"certificate": "<string>",
"issuingCaCertificate": "<string>",
"certificateChain": "<string>",
"privateKey": "<string>",
"serialNumber": "<string>"
}