mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-30 12:19:13 -04:00
Adding support for providing intermediate CA certificates when running etherpad-lite with ssl through Node/expressjs
This commit is contained in:
parent
d31523aa08
commit
ec7b3fc787
2 changed files with 8 additions and 0 deletions
|
@ -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"]
|
||||
},
|
||||
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue