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"] },