Certificate Templates
Update
PATCH
/
api
/
v1
/
pki
/
certificate-templates
/
{certificateTemplateId}
Path Parameters
The ID of the certificate template to update.
Body
application/json
The ID of the certificate authority to update the association with the template.
The ID of the PKI collection to update the binding to the template.
The updated name of the template.
Minimum length:
1
The updated regular expression string for validating common names.
Required string length:
1 - 100
The updated regular expression string for validating subject alternative names.
Required string length:
1 - 100
The updated max TTL for the template.
The updated 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 updated 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