racli create certificate
Syntax
racli create certificate [--signed_cert_valid=VALUE] [--trusted_cert_valid=VALUE] --country=VALUE --state=VALUE --location=VALUE --organization=VALUE --organization_unit=VALUE --email_address=VALUE [--signed_cert_only | --trusted_cert_only] [--key_length=VALUE]
Options
-
--signed_cert_valid
-
Specifies the number of days that the signed certificate remains valid. The default is 365 days (1 year).
Note:
--signed_cert_valid
cannot be larger than--trusted_cert_valid
. -
--trusted_cert_valid
-
Specifies the number of days that the trust certificate remains valid. The default is 3650 days (10 years).
-
--country
-
Specifies the country of origin for the certificate.
-
--state
-
Specifies the state of origin for the certificate.
-
--location
-
Specifies the location of origin for the certificate.
-
--organization
-
Specifies the organization responsible for the certificate.
-
--organization_unit
-
Specifies the unit within the organization responsible for the certificate.
-
--email_address
-
Specifies the email address for the owner of the certificate.
-
--signed_cert_only
-
Enables operation involving only validation of signed certificates, not of trusted certificates.
-
--trusted_cert_only
-
Enables operation involving only validation of trusted certificates, not of signed certificates.
-
--key_length
-
Specifies the key length in bytes. Default value is 2048. When specified, only 2048 or 4096 are allowed.