Skip to main content
POST
Import certificate for a certificate signing request

Authorizations

Authorization
string
header
required

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

Path Parameters

id
string
required

Body

application/json
certificate
string
required

PEM-encoded certificate

parentCertificates
string[]

PEM-encoded intermediate certificates, ordered from leaf-adjacent to root-adjacent. Root certificates in the list are automatically ignored.

Response

Certificate imported

data
object
required
meta
object
errors
object[]