From 4e67575bdf4921f475ba6621408270b63b70a525 Mon Sep 17 00:00:00 2001 From: Aymen Boughanmi <30938650+aymenBox@users.noreply.github.com> Date: Tue, 18 Apr 2023 02:27:29 +0100 Subject: [PATCH] Update sample-config.json let's encrypt section Reference Issues/PRs Issues #3245 / #3296 what does this implement fix? Explain your changes. setting skipChallengeVerification to true by default to save sometime when setting up a certificate any other comments I can see that this problem has been solved and a suggestion to make it easier I think is to set "skipChallengeVerification": true by default. --- sample-config.json | 1 + 1 file changed, 1 insertion(+) diff --git a/sample-config.json b/sample-config.json index 74862a32..6fd3ccb5 100644 --- a/sample-config.json +++ b/sample-config.json @@ -25,6 +25,7 @@ "__comment__": "Requires NodeJS 8.x or better, Go to https://letsdebug.net/ first before trying Let's Encrypt.", "email": "myemail@mydomain.com", "names": "myserver.mydomain.com", + "skipChallengeVerification": true, "production": false } }