From cea5a543356795985a41a288a0480e085a3a3c45 Mon Sep 17 00:00:00 2001 From: Brandon Williams Date: Sat, 13 Nov 2021 05:48:18 -0600 Subject: [PATCH] Fixed example using `--insecure` --- Synology-NAS-Guide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Synology-NAS-Guide.md b/Synology-NAS-Guide.md index 1f903c1..b723b9f 100644 --- a/Synology-NAS-Guide.md +++ b/Synology-NAS-Guide.md @@ -85,7 +85,7 @@ $ export SYNO_Port="5001" # Please be aware that the empty string only works if you haven't added/changed the description for # the default certificate. If you have, you'll need to specify the description here. $ export SYNO_Certificate="" -$ ./acme.sh --insecure --deploy --home . -d "$CERT_DOMAIN" --deploy-hook synology_dsm +$ ./acme.sh --deploy --insecure --home . -d "$CERT_DOMAIN" --deploy-hook synology_dsm ``` ### Deploying additional certificates