Update settings.json.template

This commit is contained in:
John McLear 2015-06-23 23:03:56 +01:00
parent 95ca936dd7
commit 04d5e25305
1 changed files with 1 additions and 1 deletions

View File

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