summaryrefslogtreecommitdiff
path: root/blabouncer.conf.example
diff options
context:
space:
mode:
authorLuke Bratch <luke@bratch.co.uk>2026-04-02 21:13:20 +0200
committerLuke Bratch <luke@bratch.co.uk>2026-04-02 21:13:20 +0200
commit6404663b4588d606adfc06dbceeca24a4c748122 (patch)
tree41b6e2ea4eb126020553b261353faf0ad6f1b53d /blabouncer.conf.example
parent4a51c367fa192adba69fac4bf0305ed38290ef19 (diff)
Remove/update deprecated OpenSSL functions, change certificate PEM loading to allow loading a chain rather than just a single certificate.
Diffstat (limited to 'blabouncer.conf.example')
-rw-r--r--blabouncer.conf.example6
1 files changed, 4 insertions, 2 deletions
diff --git a/blabouncer.conf.example b/blabouncer.conf.example
index f5007c4..3694f35 100644
--- a/blabouncer.conf.example
+++ b/blabouncer.conf.example
@@ -86,11 +86,13 @@ ircserverport = "6697"
# Things such as the logs directory will be placed below this
#basedir = "/home/foo/.blabouncer/"
-# Certificate file (defaults to <basedir>/cert.pem)
+# Certificate chain PEM file (defaults to <basedir>/cert.pem)
+# Can contain either a single certificate, or a chain of certificates starting with the subject and
+# ending with the root issuer
# If clienttls = "0" then this need not be set
#certfile = "/home/foo/.blabouncer/cert.pem"
-# Certificate key file (defaults to <basedir>/key.pem)
+# Private key PEM file (defaults to <basedir>/key.pem)
# If clienttls = "0" then this need not be set
#keyfile = "/home/foo/.blabouncer/key.pem"