cURL
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>" }
Sign certificate
The name of the PKI subscriber to sign the certificate for.
The ID of the project of the PKI subscriber to sign the certificate for.
The CSR to be used to sign the certificate.
1 - 3000
Default Response
The signed certificate.
The certificate of the issuing CA.
The certificate chain of the signed certificate.
The serial number of the issued certificate.
Was this page helpful?