Add new certificate
Add a new certificate to the system.
vcli certificates acme add [Name] [flags]
--account int ACME account to create the certificate with
-a, --all-sans Enable this option to automatically load all entries from the certificate's SAN list, including wildcards
-s, --cipher-suites string Comma separated cipher suites, in desired order (TLS_AES_256_GCM_SHA384,TLS_AES_128_GCM_SHA256,..)
--dns Enable DNS ACME challenge
--fqdn strings FQDN to create ACME managed certificate for
-h, --help help for add
--http Enable HTTP ACME challenge
-M, --max-version string Maximum TLS version that should be supported (TLSv1.1,TLSv1.2,TLSv1.3) (default "TLSv1.3")
-m, --min-version string Minimum TLS version that should be supported (TLSv1.1,TLSv1.2,TLSv1.3) (default "TLSv1.3")
-c, --config string configuration file for the CLI (default ~/.vcli.yml)
Could also be set via VARNISH_CONTROLLER_CLI_CONFIG=/path/to/config.yml
--csv Output the response table as CSV format.
-j, --json Output the response table as JSON format.