From 2ce6a5619cb5c90c061ab5860b51f080f2394a00 Mon Sep 17 00:00:00 2001 From: reverse Date: Sun, 16 Aug 2026 23:37:34 +0000 Subject: [PATCH] docs: note REHASH cert reload and the tls_sni per-hostname cert key --- echoircd.conf.example | 3 +++ 1 file changed, 3 insertions(+) diff --git a/echoircd.conf.example b/echoircd.conf.example index f8a2adc..b1ed3de 100644 --- a/echoircd.conf.example +++ b/echoircd.conf.example @@ -19,6 +19,9 @@ bind = 0.0.0.0:6667 bind_tls = 0.0.0.0:6697 tls_cert = ./tls/cert.pem tls_key = ./tls/key.pem +# The cert is re-read on REHASH, so a renewed cert applies without a restart. +# SNI: serve a different cert for a given hostname. Repeatable. +# tls_sni = irc.example.net ./tls/example.crt ./tls/example.key motd = Welcome to echoIRCd — a from-scratch IRC daemon in Rust. motd = Edit the MOTD in your echoircd.conf.