From a446b572de8b01f2104d0f52e50b7c800146f0a5 Mon Sep 17 00:00:00 2001 From: Brian Hartvigsen Date: Tue, 19 Jan 2021 16:39:06 -0700 Subject: [PATCH] Add additional details per @dibas in #2727 --- Synology-NAS-Guide.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Synology-NAS-Guide.md b/Synology-NAS-Guide.md index bb11c84..1f903c1 100644 --- a/Synology-NAS-Guide.md +++ b/Synology-NAS-Guide.md @@ -59,6 +59,8 @@ $ cd /usr/local/share/acme.sh $ export SYNO_Username='Admin_Username' $ export SYNO_Password='Admin_Password!123' # You must specify SYNO_Certificate, for the default certificate, we use an empty string +# 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 --deploy --home . -d "$CERT_DOMAIN" --deploy-hook synology_dsm ``` @@ -80,6 +82,8 @@ $ export SYNO_Password='Admin_Password!123' $ export SYNO_Scheme="https" $ export SYNO_Port="5001" # You must specify SYNO_Certificate, for the default certificate, we use an empty string +# 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 ```