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

master
neil 2017-03-05 10:24:24 +08:00
parent d44ebe2885
commit ee86982024
1 changed files with 2 additions and 1 deletions

@ -3,5 +3,6 @@ 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." .......
--post-hook "echo this is post hook." \
--renew-hook "echo this will be called when success renewed." .......
```