Create a certificate bundle

Upload a new certificate bundle.

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 uploaded filename.

Response

Successful creation of certificate bundle
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