mirror of
https://github.com/acmesh-official/acme.sh.git
synced 2026-01-17 14:22:13 +08:00
Updated Using ' pre hook', ' post hook', ' renew hook' and ' reload cmd' (markdown)
@@ -1,5 +1,7 @@
|
||||
Those hooks are only work with `--issue` or `--install-cert` command.
|
||||
|
||||
```sh
|
||||
acme.sh --install-cert -d example.com --pre-hook "echo this is pre hook" --post-hook "echo this is post hook."
|
||||
acme.sh --install-cert -d example.com \
|
||||
--pre-hook "echo this is pre hook" \
|
||||
--post-hook "echo this is post hook." .......
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user