diff options
author | Adam <adam@sigterm.info> | 2017-04-11 16:04:36 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-04-11 16:04:36 -0400 |
commit | 41ef94bebb0fcb358150ff0179c6c55104827683 (patch) | |
tree | f2e4e81d29ebb348159014b43cfec0e47d064ef7 | |
parent | f4098d85242cac749f1e4445eed7041adc3ce9a5 (diff) | |
parent | 1d9903aaeb4f88ac3c13b95e92073233fc259a3c (diff) |
Merge pull request #1316 from SaberUK/master+sslmodes
[2.0] Clarify that m_sslmodes depends on m_sslinfo.
-rw-r--r-- | docs/conf/modules.conf.example | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/conf/modules.conf.example b/docs/conf/modules.conf.example index c05dad38c..003b4d04b 100644 --- a/docs/conf/modules.conf.example +++ b/docs/conf/modules.conf.example @@ -1701,7 +1701,8 @@ # SSL channel mode module: Adds support for SSL-only channels via # channel mode +z and the 'z' extban which matches SSL client # certificate fingerprints. -# Does not do anything useful without a working SSL module (see below). +# Does not do anything useful without a working SSL module and the +# m_sslinfo module (see below). #<module name="m_sslmodes.so"> #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-# |