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

neil
2017-03-05 10:23:47 +08:00
parent 4be9195941
commit d44ebe2885

@@ -1,5 +1,7 @@
Those hooks are only work with `--issue` or `--install-cert` command. Those hooks are only work with `--issue` or `--install-cert` command.
```sh ```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." .......
``` ```