From 82bcc4475944b5112649ac8af2f0e0c8dec6eb01 Mon Sep 17 00:00:00 2001 From: adjager1 <45431578+adjager1@users.noreply.github.com> Date: Mon, 26 Oct 2020 22:05:24 +0100 Subject: [PATCH] mention --insecure option when using deploy over https with synology --- deployhooks.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/deployhooks.md b/deployhooks.md index ee31532..792e432 100644 --- a/deployhooks.md +++ b/deployhooks.md @@ -575,6 +575,12 @@ 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 + +```sh +acme.sh --insecure --deploy -d example.com --deploy-hook synology_dsm +``` + Certificate should now show up in "Control Panel" -> "Security" -> "Certificates" and can be assigned to Services or set as the default certificate. **With OTP (2-Factor-Authentication)**