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
commonName
string
required

The common name (CN) for the certificate.

Minimum length: 1
ttl
string
required

The time to live for the certificate such as 1m, 1h, 1d, 1y, ...

altNames
string
default:

A comma-delimited list of Subject Alternative Names (SANs) for the certificate; these can be host names or email addresses.

extendedKeyUsages
enum<string>[]
Available options:
clientAuth,
serverAuth,
codeSigning,
emailProtection,
timeStamping,
ocspSigning
friendlyName
string

A friendly name for the certificate.

keyUsages
enum<string>[]
Available options:
digitalSignature,
keyEncipherment,
nonRepudiation,
dataEncipherment,
keyAgreement,
keyCertSign,
cRLSign,
encipherOnly,
decipherOnly
notAfter
string

The date and time when the certificate expires in YYYY-MM-DDTHH:mm:ss.sssZ format.

notBefore
string

The date and time when the certificate becomes valid in YYYY-MM-DDTHH:mm:ss.sssZ format.

pkiCollectionId
string

The ID of the PKI collection to add the certificate to.

Response

200 - application/json
certificate
string
required

The issued certificate.

certificateChain
string
required

The certificate chain of the issued certificate.

issuingCaCertificate
string
required

The certificate of the issuing CA.

privateKey
string
required

The private key of the issued certificate.

serialNumber
string
required

The serial number of the issued certificate.