Solved MeshCentral LE production cert
-
@scottalanmiller I have set all as described in manual. Port 80 is open port 444 for SLL is also open
letsdebug.net shows green. But no certificate is created. Is there any log?
BTW: i have windows installation -
@alesribic said in MeshCentral LE production cert:
@scottalanmiller I have set all as described in manual. Port 80 is open port 444 for SLL is also open
letsdebug.net shows green. But no certificate is created. Is there any log?
BTW: i have windows installationShould be port 443 not 444
-
@IRJ said in MeshCentral LE production cert:
@alesribic said in MeshCentral LE production cert:
@scottalanmiller I have set all as described in manual. Port 80 is open port 444 for SLL is also open
letsdebug.net shows green. But no certificate is created. Is there any log?
BTW: i have windows installationShould be port 443 not 444
And SSL, not SLL...
-
Also Windows and IIS is a different ballgame. I would look at this guide
https://weblog.west-wind.com/posts/2016/Feb/22/Using-Lets-Encrypt-with-IIS-on-Windows
-
Anyone? I went thru manuals evrything seems ok but no success. LetsEncrypt subfolder is not created even if production is false
This is my config.json
{
"settings": {
"cert": "MyDomain",
"wanonly": true,
"_minify": true,
"letsencrypt": {
"email": "MyEmail",
"names": "MyDomain",
"rsaKeySize": 3072,
"production": true
},
"webrtc": true,
"allowhighqualitydesktop": true },
"domains": {
"": {
"title": "RDP support"
}
}
}