Created Using '--pre-hook', '--post-hook', '--renew-hook' and '--reload-cmd' (markdown)

master
neil 2017-03-05 10:23:18 +08:00
parent edda77a432
commit 4be9195941
1 changed files with 5 additions and 0 deletions

@ -0,0 +1,5 @@
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."
```