crl-validation enable | Enable or disable Certificate Validation List (CRL) distribution point access. |
generate | Generate a new SSL certificate for the syslog server. Optional fields to specify are: • country <country>— The two letter country code • email <email>— A contact email address for the certificate. • key-size <key-size>— Specify a key size. The allowable sizes, in bits, are 4096, 3072, or 2048. • locality <locality>— Specify a locality. • org <organization>— Specify an organization. • org-unit <organization unit>— Specify an organizational unit. • state <state>— Specify the full state name, no abbreviations. • valid-days <valid-days>— Specify the number of days for the certificate to be valid. |
generate-csr | Generate a certificate signing request with a current private key. Optional fields: • common-name <common-name>— Specify a common name for the CSR, usually the hostname. • country <country>— The two letter country code. • email <email>— A contact email address for the CSR. • locality <locality>— Specify a locality. • org <organization>— Specify an organization. • org-unit <organization unit>— Specify an organizational unit. • state <state>— Specify the full state name, no abbreviations. |
import-cert <cert-data> | Import a certificate, enter the certificate data in PEM format. |
import-cert-key <cert-key-data> | Import a certificate and key together, enter the certificate and private key data in PEM format. |
self-signed-import | Enable or disable the importation of self-signed certificates. |