Adding support for providing intermediate CA certificates when running etherpad-lite with ssl through Node/expressjs

This commit is contained in:
Andreas Åkre Solberg 2015-04-22 20:29:19 +02:00
parent d31523aa08
commit ec7b3fc787
2 changed files with 8 additions and 0 deletions

View file

@ -25,6 +25,7 @@
"ssl" : {
"key" : "/path-to-your/epl-server.key",
"cert" : "/path-to-your/epl-server.crt"
"ca": ["/path-to-your/epl-intermediate-cert1.crt", "/path-to-your/epl-intermediate-cert2.crt"]
},
*/