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