From ee869820242cf26ca4a0174c9619266f77bfac7f Mon Sep 17 00:00:00 2001 From: neil Date: Sun, 5 Mar 2017 10:24:24 +0800 Subject: [PATCH] Updated Using ' pre hook', ' post hook', ' renew hook' and ' reload cmd' (markdown) --- ...-hook',-'--post-hook',-'--renew-hook'-and-'--reload-cmd'.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Using-'--pre-hook',-'--post-hook',-'--renew-hook'-and-'--reload-cmd'.md b/Using-'--pre-hook',-'--post-hook',-'--renew-hook'-and-'--reload-cmd'.md index 317b474..90ca9e6 100644 --- a/Using-'--pre-hook',-'--post-hook',-'--renew-hook'-and-'--reload-cmd'.md +++ b/Using-'--pre-hook',-'--post-hook',-'--renew-hook'-and-'--reload-cmd'.md @@ -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." ....... ```