Skip to content

Configuring config.json for a Windows server for let's encrypt? #5017

Answered by PathfinderNetworks
boe1 asked this question in Q&A
Discussion options

You must be logged in to vote

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

}

Replies: 4 comments 2 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
2 replies
@boe1
Comment options

@boe1
Comment options

Answer selected by boe1
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants