mirror of
https://github.com/acmesh-official/acme.sh.git
synced 2026-01-15 21:08:20 +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.
|
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." .......
|
||||||
```
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user