Certificates
Authorizations
AuthorizationstringOptional
Bearer authentication header of the form Bearer <token>.
Body
x5cstring[] · min: 1Required
Certificate chain in DER base64 format.
- With
key_name, provide at least the leaf certificate (full chain is accepted and stored). - Without
key_name, exactly one certificate is required.
key_namestringOptional
Optional managed signing key name. When present, imports as managed.
Responses
201
Certificate imported
application/json
post/system/certificates/import
201
Certificate imported
Authorizations
AuthorizationstringOptional
Bearer authentication header of the form Bearer <token>.
Path parameters
certificate_idstring · uuidRequired
Certificate ID
Responses
204
Certificate deleted
No content
delete/system/certificates/{certificate_id}
204
Certificate deleted
No content
Authorizations
AuthorizationstringOptional
Bearer authentication header of the form Bearer <token>.
Body
key_namestring · enumRequiredPossible values:
Managed signing key identifier
issuer_alternative_name_urlstring[]Optional
Responses
201
CSR created
application/json
post/system/certificates/csrs
201
CSR created
Last updated