CA Certificates

Create a new CA Certificate

Create a new CA Certificate

post/ca_certificates

Request body

certstring

PEM-encoded public certificate of the CA.

cert_digeststring

SHA256 hex digest of the public certificate. This field is read-only and it cannot be set by the caller, the value is automatically computed.

created_atinteger

Unix epoch when the resource was created.

idstring
tagsstring[]

An optional set of strings associated with the Certificate for grouping and filtering.

updated_atinteger

Unix epoch when the resource was last updated.

Response

Successfully created CA Certificate

certstring

PEM-encoded public certificate of the CA.

cert_digeststring

SHA256 hex digest of the public certificate. This field is read-only and it cannot be set by the caller, the value is automatically computed.

created_atinteger

Unix epoch when the resource was created.

idstring
tagsstring[]

An optional set of strings associated with the Certificate for grouping and filtering.

updated_atinteger

Unix epoch when the resource was last updated.

Changes