From d44ebe2885597e262246e9d0afd60a41986361dc Mon Sep 17 00:00:00 2001 From: neil Date: Sun, 5 Mar 2017 10:23:47 +0800 Subject: [PATCH] Updated Using ' pre hook', ' post hook', ' renew hook' and ' reload cmd' (markdown) --- ...hook',-'--post-hook',-'--renew-hook'-and-'--reload-cmd'.md | 4 +++- 1 file changed, 3 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 e459483..317b474 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 @@ -1,5 +1,7 @@ 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." +acme.sh --install-cert -d example.com \ + --pre-hook "echo this is pre hook" \ + --post-hook "echo this is post hook." ....... ```