Create a certificate bundle

Upload a new certificate bundle in a customer workspace.

Path parameters

idstringRequired

Embedded customer ID or external ID. External ID must be prefixed with E and be URL encoded. For example: EA2300.

Headers

AuthorizationstringRequired

Bearer authentication of the form Bearer <token>, where token is your auth token.

Request

This endpoint expects a multipart form containing a file.
cert_bundle_pemfileRequired

PEM-formatted certificate file.

namestringOptional
Name of the bundle. Defaults to the uploaded filename.

Response

Certificate bundle successfully created
idinteger or null
namestring or null
cert_countinteger or null
leaf_ca_cnstring or null
expires_atdatetime or null
updated_atdatetime or null
client_countinteger or null

Errors