diff options
author | peavey <peavey@e03df62e-2008-0410-955e-edbf42e46eb7> | 2009-07-04 23:32:01 +0000 |
---|---|---|
committer | peavey <peavey@e03df62e-2008-0410-955e-edbf42e46eb7> | 2009-07-04 23:32:01 +0000 |
commit | db3b51a5b43825317bbdd3a4f76409e7a27672dc (patch) | |
tree | d3e6d14f952acf9d03d5a6e0c6202d26dfd8525b /conf | |
parent | 22862b8f1a6f42be6640224ee3f704f532604723 (diff) |
Remove m_ssl_oper_cert and clarify how to use it in m_sslinfo. Patch by jdhore.
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11440 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'conf')
-rw-r--r-- | conf/modules.conf.example | 12 |
1 files changed, 2 insertions, 10 deletions
diff --git a/conf/modules.conf.example b/conf/modules.conf.example index 2401f1311..bf11a5ecd 100644 --- a/conf/modules.conf.example +++ b/conf/modules.conf.example @@ -1541,6 +1541,8 @@ # to force opers to use SSL connections in order to oper up. # It is highly recommended to load this module especially if # you use SSL on your network. +# For how to use the oper features, please see the first example <oper> tag +# in opers.conf.example. # #<module name="m_sslinfo.so"> @@ -1561,16 +1563,6 @@ # your configuration file! # #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-# -# SSL Cert Oper module: Allows opers to oper up using the key fingerprint -# stored within their SSL certificate and key pair. -# When using this module, one of m_ssl_gnutls.so or m_ssl_openssl.so must -# be loaded. An extra value should be added to enabled opers, which -# is in the following format: fingerprint="<hash>". For more information, -# see the example in the oper blocks. -# This module is oper-only. -#<module name="m_ssl_oper_cert.so"> - -#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-# # Strip colour module: Adds the channel mode +S #<module name="m_stripcolor.so"> |