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.
This commit is contained in:
Aymen Boughanmi 2023-04-18 02:27:29 +01:00 committed by GitHub
parent 18eaebc217
commit 4e67575bdf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -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
}
}