From cd2cfe6fcdafd2b0a54d6d424ce66288856f8134 Mon Sep 17 00:00:00 2001 From: Kai Willadsen Date: Sat, 4 Jul 2020 18:50:23 +1000 Subject: [PATCH] letsencrypt: Fix DNS challenge provider format (#1441) --- letsencrypt/DOCS.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/letsencrypt/DOCS.md b/letsencrypt/DOCS.md index 9dd712a..ab81f4e 100644 --- a/letsencrypt/DOCS.md +++ b/letsencrypt/DOCS.md @@ -37,7 +37,8 @@ IF you choose "dns" as "challenge", you will also need to fill: ```yaml # Add the dnsprovider of your choice from the list of "Supported DNS providers" below -dnsprovider: "" +dns: + provider: "" ``` In addition add the fields according to the credentials required by your dns provider: