From cd18b8b1e1ecf012d0c4b8d02e3ba7a76d49e6e4 Mon Sep 17 00:00:00 2001 From: adjager1 <45431578+adjager1@users.noreply.github.com> Date: Mon, 26 Oct 2020 22:07:14 +0100 Subject: [PATCH] typo in previous edit --- deployhooks.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deployhooks.md b/deployhooks.md index 792e432a..3350afd1 100644 --- a/deployhooks.md +++ b/deployhooks.md @@ -575,7 +575,7 @@ export SYNO_Create=1 # defaults to off, this setting is not saved. By setting t acme.sh --deploy -d example.com --deploy-hook synology_dsm ``` -when using https we need to add the --insecure option to the deploy command +When using https we need to add the --insecure option to the deploy command. refer to [https://github.com/acmesh-official/acme.sh/wiki/Options-and-Params] ```sh acme.sh --insecure --deploy -d example.com --deploy-hook synology_dsm