Skip to content

Latest commit

 

History

History
23 lines (19 loc) · 1.77 KB

File metadata and controls

23 lines (19 loc) · 1.77 KB

GenerateCA

GenerateCA is a command that creates a new PKI CA and Intermediate issuers

Properties

Name Type Description Notes
alg str [optional]
allowed_domains str A list of the allowed domains that clients can request to be included in the certificate (in a comma-delimited list)
delete_protection str Protection from accidental deletion of this object [true/false] [optional]
extended_key_usage str A comma sepereted list of extended key usage for the intermediate (serverauth / clientauth / codesigning) [optional] [default to 'serverauth,clientauth']
json bool Set output format to JSON [optional] [default to False]
key_type str [optional]
max_path_len int The maximum number of intermediate certificates that can appear in a certification path [optional] [default to 1]
pki_chain_name str PKI chain name
protection_key_name str The name of a key that used to encrypt the secrets values (if empty, the account default protectionKey key will be used) [optional]
split_level int The number of fragments that the item will be split into [optional] [default to 3]
token str Authentication token (see `/auth` and `/configure`) [optional]
ttl str The maximum requested Time To Live for issued certificate by default in seconds, supported formats are s,m,h,d
uid_token str The universal identity token, Required only for universal_identity authentication [optional]

[Back to Model list] [Back to API list] [Back to README]