Revoke one or multiple certificates
Revoke ACME issued TLS certificate.
vcli certificate acme revoke 1 --reason 0
The ACME protocol requires that a reason for a revocation is transmitted.
The value for –reason matches the numeric codes defined in RFC 5280. Your CA might only accept a subset of these values:
vcli certificates acme revoke [Certificate-id,... | -f] [flags]
-f, --filter stringToString Filter based on attributes, '*' act as wildcard (default [])
-h, --help help for revoke
--reason int Reason code for revoking
-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.