summaryrefslogtreecommitdiff
path: root/blabouncer.conf
diff options
context:
space:
mode:
authorLuke Bratch <luke@bratch.co.uk>2019-05-12 21:41:49 +0100
committerLuke Bratch <luke@bratch.co.uk>2019-05-12 21:41:49 +0100
commit9064f7b9c347f913089bfea94d65ad3afc11ccf4 (patch)
treeeb323c6c20fd000461053d44f7fc2be5fd76df50 /blabouncer.conf
parent03b15b2a99dee16998d08e17652bb49555c8560d (diff)
Make certificate and key file paths configurable.
Diffstat (limited to 'blabouncer.conf')
-rw-r--r--blabouncer.conf6
1 files changed, 6 insertions, 0 deletions
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"