Configuring config.json for a Windows server for let's encrypt? #5017
-
Hello, I tried to modify my config.json after watching the video on youtube. I did something wrong and it would no longer start meshcentral. If my URL for meshcentral for my company is support.mydomain.com can someone post what the config file should be (assuming it was vanilla other than the let's encrypt part. I belive this is the current one. |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 2 replies
-
This is what I changed it to, loaded meschcentral and ran ran serverreset in the console but then meshcentral wouldn't load on my windows pc so I copied the old one back and rebooted. { } |
Beta Was this translation helpful? Give feedback.
-
You are missing a single comma after the LetsEncrypt code. } |
Beta Was this translation helpful? Give feedback.
-
Hi, |
Beta Was this translation helpful? Give feedback.
-
Sorry - just figured it out - went to https://duckduckgo.com/ and put the script in! |
Beta Was this translation helpful? Give feedback.
You are missing a single comma after the LetsEncrypt code.
Should be like this:
{
"settings": {
"cert": "support.mydomain.com",
"_minify": true,
"port": 443,
"redirectPort": 80
},
"letsencrypt": {
"email":"[[email protected]]",
"names": support.mydomain.com",
"production": false
},
}