POST
/
api
/
v1
/
pki
/
ca
/
{caId}
/
issue-certificate

Path Parameters

caId
string
required

The ID of the CA to issue the certificate from

Body

application/json
friendlyName
string

A friendly name for the certificate

commonName
string
required

The common name (CN) for the certificate

ttl
string
required

The 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
required

The issued certificate

issuingCaCertificate
string
required

The certificate of the issuing CA

certificateChain
string
required

The certificate chain of the issued certificate

privateKey
string
required

The private key of the issued certificate

serialNumber
string
required

The serial number of the issued certificate