summary refs log tree commit diff
path: root/doc/QuickStart.md
diff options
context:
space:
mode:
authorAlexander Barton <alex@barton.de>2024-01-08 18:31:30 +0100
committerAlexander Barton <alex@barton.de>2024-03-23 20:19:01 +0100
commitb826fad15871f73435328b1d77fd364838389adb (patch)
tree372632a989d2cf8d6da17bed315a47a93e1b2eb5 /doc/QuickStart.md
parent8cef3ce42cd645a3ffb0e1eded52b8b77bb8caff (diff)
downloadngircd-b826fad15871f73435328b1d77fd364838389adb.tar.gz
ngircd-b826fad15871f73435328b1d77fd364838389adb.zip
S2S-TLS: Convert SSL.txt to Markdown and update information given
No longer describe creating self-signed certificates or using "stunnel",
as both is not recommended.
Diffstat (limited to 'doc/QuickStart.md')
-rw-r--r--doc/QuickStart.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/QuickStart.md b/doc/QuickStart.md
index 96f57bd9..abea9cd4 100644
--- a/doc/QuickStart.md
+++ b/doc/QuickStart.md
@@ -120,3 +120,7 @@ with the `;` character), but it is a good idea to enable it whenever possible!
 
 And you can have as many *Operator blocks* as you like, configuring multiple
 different IRC Operators.
+
+## Configuring SSL/TLS Encryption
+
+Please see the file `SSL.md` for details.