From 13862f4e22382c22f20ab6fadab0aac1d7f7d9b9 Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Sun, 2 Jul 2017 00:14:05 +0200 Subject: initial work to make tls parameter configurable --- src/daq/s5proxy/sample.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'src/daq/s5proxy/sample.json') diff --git a/src/daq/s5proxy/sample.json b/src/daq/s5proxy/sample.json index 3b26879..8ec6dc1 100644 --- a/src/daq/s5proxy/sample.json +++ b/src/daq/s5proxy/sample.json @@ -2,8 +2,10 @@ "listen": ":8443", "protocol": "http+https", "redirect2https": 301, - "cert": "fullchain.pem", - "key": "private.key", + "tls": { + "certificate": "fullchain.pem", + "certificate-key": "private.key" + }, "connect": "http://emc01.spreadspace.org:8000", "request_header": [ { "op": "del", "header": "X-Forwarded-For" } -- cgit v1.2.3