diff options
Diffstat (limited to 'docs/reference/cli.md')
-rw-r--r-- | docs/reference/cli.md | 20 |
1 files changed, 15 insertions, 5 deletions
diff --git a/docs/reference/cli.md b/docs/reference/cli.md index ce7b5c1..8d418ec 100644 --- a/docs/reference/cli.md +++ b/docs/reference/cli.md @@ -54,23 +54,33 @@ applicable when `--bar` is set to `baz` or `qux`. certificate cache on new certificate requests. --cancel - Cancel scheduled renewal specified by the friendlyname - argument. + Cancel renewal specified by the --friendlyname or --id + arguments. + + --revoke + Revoke the most recently issued certificate for the renewal + specified by the --friendlyname or --id arguments. --list List all created renewals in unattended mode. --id - [--target|--cancel|--renew] Id of a new or existing + [--target|--cancel|--renew|--revoke] Id of a new or existing renewal, can be used to override the default when creating a new renewal or to specify a specific renewal for other commands. --friendlyname - [--target|--cancel|--renew] Friendly name of a new or + [--target|--cancel|--renew|--revoke] Friendly name of a new or existing renewal, can be used to override the default when creating a new renewal or to specify a specific renewal - for other commands. + for other commands. In the latter case a pattern might be used. + You may use a `*` for a range of any characters and a `?` + for any single character. For example: the pattern `example.*` + will match `example.net` and `example.com` (but not `my.example.com`) + and the pattern `?.example.com` will match `a.example.com` and + `b.example.com` (but not `www.example.com`). Note that multiple patterns + can be combined by comma seperating them. --target Specify which target plugin to run, bypassing the main |