Create
Create CA
Body
Slug of the project to create the CA in.
The type of CA to create
root
, intermediate
A friendly name for the CA
The common name (CN) for the CA
The organization (O) for the CA
The organization unit (OU) for the CA
The country name (C) for the CA
The state of province name for the CA
The locality name for the CA
The date and time when the CA becomes valid in YYYY-MM-DDTHH:mm:ss.sssZ format
The date and time when the CA expires in YYYY-MM-DDTHH:mm:ss.sssZ format
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.
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