aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorGravatar Sadie Powell2023-11-23 15:42:20 +0000
committerGravatar Sadie Powell2023-11-23 15:42:20 +0000
commitec0dd57538f52acc9259f5fa0c310b650f34a04a (patch)
tree2e861e61e522e2c31d9b9b91dde1b172d54528bc /docs
parentFix a typo in the alias module. (diff)
Disable the TLS welcome notice by default.
This is just needless spam for the vast majority of users.
Diffstat (limited to 'docs')
-rw-r--r--docs/conf/modules.conf.example7
1 files changed, 6 insertions, 1 deletions
diff --git a/docs/conf/modules.conf.example b/docs/conf/modules.conf.example
index 462f35e78..1fef7302c 100644
--- a/docs/conf/modules.conf.example
+++ b/docs/conf/modules.conf.example
@@ -2457,13 +2457,18 @@
# that can be left on a user's TLS client certificate #
# before users are warned about the imminent expiry. #
# #
+# welcomemsg - Whether to send a welcome message to users that are #
+# connecting using TLS containing their server name, #
+# ciphersuite and client fingerprint. Defaults to no. #
+# #
#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#
#
#<sslinfo hash="sha-256"
# localsecure="yes"
# operonly="no"
# spkifp="no"
-# warnexpiring="1w">
+# warnexpiring="1w"
+# welcomemsg="no">
#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#
# mbedTLS TLS module: Adds support for TLS connections using mbedTLS.