about summary refs log tree commit diff
path: root/doc/SSL.txt
diff options
context:
space:
mode:
authorAlexander Barton <alex@barton.de>2011-06-28 13:11:14 +0200
committerAlexander Barton <alex@barton.de>2011-06-28 13:11:14 +0200
commit29c49f643fdaa5db2604d129a2dc3814e3f54700 (patch)
tree2ace2c06ad51e6f920ac9f31c666445b509fe463 /doc/SSL.txt
parentb6185b1ac8dedfc3a0f261c82aaf1facde5b55ee (diff)
downloadngircd-29c49f643fdaa5db2604d129a2dc3814e3f54700.tar.gz
ngircd-29c49f643fdaa5db2604d129a2dc3814e3f54700.zip
doc/SSL.txt: adopt to new configuration file layout
Diffstat (limited to 'doc/SSL.txt')
-rw-r--r--doc/SSL.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/SSL.txt b/doc/SSL.txt
index b98c2fbe..28ea2cd9 100644
--- a/doc/SSL.txt
+++ b/doc/SSL.txt
@@ -34,7 +34,7 @@ possible to handle unencrypted and encrypted connections on the same port!
 This is a limitation of the IRC protocol ...
 
 You have to set (at least) the following configuration variables in the
-[GLOBAL] section of ngircd.conf(5): SSLPorts, SSLKeyFile, and SSLCertFile.
+[SSL] section of ngircd.conf(5): Ports, KeyFile, and CertFile.
 
 Now IRC clients are able to connect using SSL on the configured port(s).
 (Using port 6697 for encrypted connections is common.)