Create
Create CA
Body
The common name (CN) for the CA
The country name (C) for the CA
The locality name for the CA
The organization (O) for the CA
The organization unit (OU) for the CA
Slug of the project to create the CA in.
The state of province name for the CA
The type of CA to create
root
, intermediate
A friendly name for the CA
The type of public key algorithm and size, in bits, of the key pair for the CA; when you create an intermediate CA, you must use a key algorithm supported by the parent CA.
RSA_2048
, RSA_4096
, EC_prime256v1
, EC_secp384r1
The maximum number of intermediate CAs that may follow this CA in the certificate / CA chain. A maxPathLength of -1 implies no path limit on the chain.
x > -1
The date and time when the CA expires in YYYY-MM-DDTHH:mm:ss.sssZ format
The date and time when the CA becomes valid in YYYY-MM-DDTHH:mm:ss.sssZ format
Response
Was this page helpful?