From 04d5e253050dc8bf328400a5689ed780c40d49f4 Mon Sep 17 00:00:00 2001 From: John McLear Date: Tue, 23 Jun 2015 23:03:56 +0100 Subject: [PATCH] Update settings.json.template --- settings.json.template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/settings.json.template b/settings.json.template index 310e0791f..6a344cb15 100644 --- a/settings.json.template +++ b/settings.json.template @@ -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"] },