LetsEncrypt certificates not applying #5864
-
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
I've recieved both Stagged and Production certs from LetsEncrypt but it doesn't go further than that. Can anyone help me get this online? { |
Beta Was this translation helpful? Give feedback.
-
Resolved I stopped all the services, edited the config.json to match and reset the letsencrypt section to: "letsencrypt": { I then copied the config, reinstalled MeshCentral using the new mc.XXXX.com I'd like to thank Ylianst and his team for creating this incredible software. |
Beta Was this translation helpful? Give feedback.
Resolved
I decided to change the DNS to a different name instead of MeshCentral.XXXXX.com I simplified it to just mc.XXXXXXXX.com
I stopped all the services, edited the config.json to match and reset the letsencrypt section to:
"letsencrypt": {
"comment": "Requires NodeJS 8.x or better, Go to https://letsdebug.net/ first before trying Let's Encrypt.",
"email": "[email protected]",
"names": "mc.XXXXXXXXXX.com",
"skipChallengeVerification": false,
"production": false
},
I then copied the config, reinstalled MeshCentral using the new mc.XXXX.com
pasted my updated config into the now blank config and started the services.
and verified I recived a stagged certificate
stopped services, set the …