diff options
author | Luke Bratch <luke@bratch.co.uk> | 2019-05-12 21:41:49 +0100 |
---|---|---|
committer | Luke Bratch <luke@bratch.co.uk> | 2019-05-12 21:41:49 +0100 |
commit | 9064f7b9c347f913089bfea94d65ad3afc11ccf4 (patch) | |
tree | eb323c6c20fd000461053d44f7fc2be5fd76df50 /blabouncer.conf | |
parent | 03b15b2a99dee16998d08e17652bb49555c8560d (diff) |
Make certificate and key file paths configurable.
Diffstat (limited to 'blabouncer.conf')
-rw-r--r-- | blabouncer.conf | 6 |
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" |