From 9064f7b9c347f913089bfea94d65ad3afc11ccf4 Mon Sep 17 00:00:00 2001 From: Luke Bratch Date: Sun, 12 May 2019 21:41:49 +0100 Subject: Make certificate and key file paths configurable. --- blabouncer.conf | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'blabouncer.conf') diff --git a/blabouncer.conf b/blabouncer.conf index 466fb37..3428960 100644 --- a/blabouncer.conf +++ b/blabouncer.conf @@ -22,3 +22,9 @@ ircserver = "irc.blatech.net" # Real IRC server port ircserverport = "6667" + +# Certificate file +certfile = "cert.pem" + +# Certificate key file +keyfile = "key.pem" -- cgit v1.2.3