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.

Aymen Boughanmi committed Apr 18, 2023 at 02:27 UTC 4e67575bdf4921f475ba6621408270b63b70a525
1 file changed +1
sample-config.json
+1
@@ -25,6 +25,7 @@
25 "__comment__": "Requires NodeJS 8.x or better, Go to https://letsdebug.net/ first before trying Let's Encrypt.",
26 "email": "myemail@mydomain.com",
27 "names": "myserver.mydomain.com",
28 + "skipChallengeVerification": true,
29 "production": false
30 }
31 }