diff --git a/default.yaml b/default.yaml index bb785fb8..87a91a57 100644 --- a/default.yaml +++ b/default.yaml @@ -49,6 +49,8 @@ server: # The standard SSL/TLS port for IRC is 6697. This will listen on all interfaces: ":6697": + # this is a standard TLS configuration with a single certificate; + # see the manual for instructions on how to configure SNI tls: cert: fullchain.pem key: privkey.pem diff --git a/docs/MANUAL.md b/docs/MANUAL.md index 3a40d1cf..94bda532 100644 --- a/docs/MANUAL.md +++ b/docs/MANUAL.md @@ -49,6 +49,7 @@ _Copyright © Daniel Oaks , Shivaram Lingamneni