From 10663e9c391affb722625ba9d4db17128c5609fb Mon Sep 17 00:00:00 2001 From: adjager1 <45431578+adjager1@users.noreply.github.com> Date: Tue, 27 Oct 2020 09:09:53 +0100 Subject: [PATCH] Updated deployhooks (markdown) --- deployhooks.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deployhooks.md b/deployhooks.md index 3350afd..087ccb0 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. refer to [https://github.com/acmesh-official/acme.sh/wiki/Options-and-Params] +When using https to connect to "localhost" we need to add the --insecure option to the deploy command. refer to [https://github.com/acmesh-official/acme.sh/wiki/Options-and-Params]. If you enabled HTTP/2 you still receive a curl 16 error but the script succeeds. ```sh acme.sh --insecure --deploy -d example.com --deploy-hook synology_dsm