Skip to content

Latest commit

 

History

History
36 lines (33 loc) · 2.5 KB

CertificateauthorityCreate0.md

File metadata and controls

36 lines (33 loc) · 2.5 KB

# CertificateauthorityCreate0

Properties

Name Type Description Notes
tos bool [optional]
csr_id int [optional]
signedby int [optional]
key_length int [optional]
renew_days int [optional]
type int [optional]
lifetime int [optional]
serial int [optional]
acme_directory_uri string [optional]
certificate string [optional]
city string [optional]
common string [optional]
country string [optional]
csr string [optional]
ec_curve string Created certificate authorities use RSA keys by default. If an Elliptic Curve Key is desired, then it can be specified with the `key_type` attribute. If the `ec_curve` attribute is not specified for the Elliptic Curve Key, default to using "BrainpoolP384R1" curve. [optional] [default to 'SECP384R1']
email string [optional]
key_type string Created certificate authorities use RSA keys by default. If an Elliptic Curve Key is desired, then it can be specified with the `key_type` attribute. If the `ec_curve` attribute is not specified for the Elliptic Curve Key, default to using "BrainpoolP384R1" curve. [optional] [default to 'RSA']
name string [optional]
organization string [optional]
organizational_unit string [optional]
passphrase string [optional]
privatekey string [optional]
state string [optional]
create_type string Certificate Authorities are classified under following types with the necessary keywords to be passed for `create_type` attribute to create the respective type of certificate authority A type is selected by the Certificate Authority Service based on `create_type`. The rest of the values are validated accordingly and finally a certificate is made based on the selected type. [optional]
digest_algorithm string [optional]
san string[] [optional]
cert_extensions \RMoore\Truenas\Model\CertExtensions1 [optional]
add_to_trusted_store bool [optional] [default to false]

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