Certificate Templates
Create
POST
/
api
/
v1
/
pki
/
certificate-templates
Body
application/json
The ID of the certificate authority to associate the template with.
The name of the template.
Minimum length:
1
The regular expression string to use for validating common names.
Required string length:
1 - 100
The regular expression string to use for validating subject alternative names.
Required string length:
1 - 100
The max TTL for the template.
The ID of the PKI collection to bind to the template.
The key usage constraint or default value for when template is used during certificate issuance.
Available options:
digitalSignature
, keyEncipherment
, nonRepudiation
, dataEncipherment
, keyAgreement
, keyCertSign
, cRLSign
, encipherOnly
, decipherOnly
The extended key usage constraint or default value for when template is used during certificate issuance.
Available options:
clientAuth
, serverAuth
, codeSigning
, emailProtection
, timeStamping
, ocspSigning
Response
200 - application/json
Was this page helpful?