From e8dff1e1c6a10100a73ce23caaeb87d6f63c8ebd Mon Sep 17 00:00:00 2001 From: Eric Hutchinson Date: Sun, 27 Oct 2019 10:39:43 -0700 Subject: [PATCH] Took me forever to figure out that i was using a token key, and it wasn't the same as the global account key. --- Synology-NAS-Guide.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Synology-NAS-Guide.md b/Synology-NAS-Guide.md index 48f9476..6bcc0a1 100644 --- a/Synology-NAS-Guide.md +++ b/Synology-NAS-Guide.md @@ -25,6 +25,11 @@ For CloudFlare, we will set two environment variables that acme.sh (specifically export CF_Key="MY_SECRET_KEY_SUCH_SECRET" export CF_Email="myemail@example.com" +If you generated an API Token, instead of using your global account key, set CF_Token instead. + + export CF_Token="MY_SECRET_TOKEN_SUCH_SECRET" + export CF_Email="myemail@example.com" + In case you use another DNS service, check the `dnsapi` directory. Instructions for many DNS providers are already included. You can also find instructions on how to add another DNS service there, although that requires some software development skills. ## Creating the certificate