1
0
Fork 0
mirror of https://github.com/Ylianst/MeshCentral.git synced 2025-02-14 20:11:52 +00:00

Merge pull request #5088 from aymenBox/patch-1

Update sample-config.json let's encrypt section
This commit is contained in:
Ylian Saint-Hilaire 2023-04-30 00:10:50 -07:00 committed by GitHub
commit 3dd469f1a0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -25,6 +25,7 @@
"__comment__": "Requires NodeJS 8.x or better, Go to https://letsdebug.net/ first before trying Let's Encrypt.", "__comment__": "Requires NodeJS 8.x or better, Go to https://letsdebug.net/ first before trying Let's Encrypt.",
"email": "myemail@mydomain.com", "email": "myemail@mydomain.com",
"names": "myserver.mydomain.com", "names": "myserver.mydomain.com",
"skipChallengeVerification": true,
"production": false "production": false
} }
} }