From 8d48d7c5991094895db997775833c29b1f25fdac Mon Sep 17 00:00:00 2001 From: m-boone Date: Mon, 24 Sep 2018 15:58:14 +0200 Subject: [PATCH] If you do not reconnect to session certain acme.sh environment variables are not set (also indicated by the installation progress). --- Synology-NAS-Guide.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Synology-NAS-Guide.md b/Synology-NAS-Guide.md index 0bae226..24c31eb 100644 --- a/Synology-NAS-Guide.md +++ b/Synology-NAS-Guide.md @@ -16,6 +16,8 @@ The following guide will use the DNS-01 protocol using the [Cloudflare API](http $ cd acme.sh-master/ $ ./acme.sh --install --nocron --home /usr/local/share/acme.sh --accountemail "email@gmailcom" +Be sure to close your session after installation and reconnect for the following steps. + ## Configuring DNS For CloudFlare, we will set two environment variables that acme.sh (specifically, the `dns_cf` script from the `dnsapi` subdirectory) will read to set the DNS record. You can get your CloudFlare [API key here](https://www.cloudflare.com/a/account/my-account).