summaryrefslogtreecommitdiff
path: root/docs/conf/opers.conf.example
diff options
context:
space:
mode:
authorMatt Schatz <genius3000@g3k.solutions>2020-04-14 04:51:05 -0600
committerMatt Schatz <genius3000@g3k.solutions>2020-04-14 06:15:40 -0600
commit85bd27a84087397c8ac7e4e026f4187888931262 (patch)
tree3536423ba2b2e72d157dfa9cf8fceb76d21ef0e7 /docs/conf/opers.conf.example
parent6ce92e8eb0fa1bf253da2c16d3cd9cdede5899a6 (diff)
Minor cleanup and documentation improvements.
- Only show a generic failure message to the user upon oper failure due to not having a secure connection or matching cert. fingerprint. - Update the comment about oper:fingerprint as it can be a space separated list of fingerprints and not just one. - Improve a few code comments and formatting.
Diffstat (limited to 'docs/conf/opers.conf.example')
-rw-r--r--docs/conf/opers.conf.example6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/conf/opers.conf.example b/docs/conf/opers.conf.example
index 2c5da870a..d8c266b1f 100644
--- a/docs/conf/opers.conf.example
+++ b/docs/conf/opers.conf.example
@@ -112,9 +112,9 @@
host="attila@inspircd.org *@2001:db8::/32"
# ** ADVANCED ** This option is disabled by default.
- # fingerprint: When using the sslinfo module, you may specify
- # a key fingerprint here. This can be obtained by using the /SSLINFO
- # command while the module is loaded, and is also noticed on connect.
+ # fingerprint: When using the sslinfo module, you may specify a space separated
+ # list of TLS (SSL) client certificate fingerprints here. These can be obtained by using
+ # the /SSLINFO command while the module is loaded, and is also noticed on connect.
# This enhances security by verifying that the person opering up has
# a matching TLS (SSL) client certificate, which is very difficult to
# forge (impossible unless preimage attacks on the hash exist).