Skip to main content
POST
Create a root certificate

Authorizations

Authorization
string
header
required

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

Body

application/json
type
enum<string>
required
Available options:
verifierRoot,
issuerRoot
keyType
enum<string>
required
Available options:
P-256,
Ed25519
countryName
string
required

ISO 3166-1 alpha-2 country code

Required string length: 2
issuerAlternativeNameUrl
string<uri>
required

Issuer alternative name URL

commonName
string

Response

201 - application/json

Certificate created

data
object
required
meta
object
errors
object[]