Certificate Authorities
Issue certificate
Issue certificate from CA
POST
/
api
/
v1
/
pki
/
ca
/
{caId}
/
issue-certificate
Path Parameters
caId
string
requiredThe ID of the CA to issue the certificate from
Body
application/json
friendlyName
string
A friendly name for the certificate
commonName
string
requiredThe common name (CN) for the certificate
ttl
string
requiredThe time to live for the certificate such as 1m, 1h, 1d, 1y, ...
notBefore
string
The date and time when the certificate becomes valid in YYYY-MM-DDTHH:mm:ss.sssZ format
notAfter
string
The date and time when the certificate expires in YYYY-MM-DDTHH:mm:ss.sssZ format
Response
200 - application/json
certificate
string
requiredThe issued certificate
issuingCaCertificate
string
requiredThe certificate of the issuing CA
certificateChain
string
requiredThe certificate chain of the issued certificate
privateKey
string
requiredThe private key of the issued certificate
serialNumber
string
requiredThe serial number of the issued certificate
Was this page helpful?