Handle ACME/Let’s Encrypt accounts
Handle accounts for automatic certificate management with ACME/Let’s encrypt.
Examples:
vcli acme list
vcli acme list -f name="*examp*" -f created_at="*2020-04*"
vcli acme add letsencyrpt
vcli acme add example-ca --url https://example.com/path/to/acme/directory --agent 1 -y
vcli acme update 1 --contact contact@example.com
vcli acme delete 1
vcli acme inspect 1
-h, --help help for acme
-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.