diff options
author | Peter Powell <petpow@saberuk.com> | 2017-04-11 20:55:41 +0100 |
---|---|---|
committer | Peter Powell <petpow@saberuk.com> | 2017-04-11 20:55:41 +0100 |
commit | 1d9903aaeb4f88ac3c13b95e92073233fc259a3c (patch) | |
tree | e876be91bc9b2d394daa2f4185bc2f35c58670b2 /docs/conf | |
parent | c51f6dea7904beb2615cc034a9ce01d7d75b6c29 (diff) |
Clarify that m_sslmodes depends on m_sslinfo.
Diffstat (limited to 'docs/conf')
-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 d3cd2b537..bbbe90cc8 100644 --- a/docs/conf/modules.conf.example +++ b/docs/conf/modules.conf.example @@ -1702,7 +1702,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"> #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-# |