SSL
{ "web":{ "bindings":{ "SSL":{ "certFile":"cert/server.crt", "keyFile":"cert/server.key", "keyPass":"howdy", "listen":"0.0.0.0:443" } }, "host":"justenough.local", "http":{ "port":"80" } } }
Last updated
{
"web":{
"bindings":{
"SSL":{
"certFile":"cert/server.crt",
"keyFile":"cert/server.key",
"keyPass":"howdy",
"listen":"0.0.0.0:443"
}
},
"host":"justenough.local",
"http":{
"port":"80"
}
}
}Last updated