summaryrefslogtreecommitdiff
path: root/doc/en/autogen/user/irc_options.txt
diff options
context:
space:
mode:
authorSébastien Helleu <flashcode@flashtux.org>2014-04-04 16:00:07 +0200
committerSébastien Helleu <flashcode@flashtux.org>2014-04-04 16:00:07 +0200
commitdf8acd1d7bc1ddb1495e1a36b4e9c14efdd6541d (patch)
treecea8e89018f7280f8d0358f5aad21f84199d7791 /doc/en/autogen/user/irc_options.txt
parentde4ce8eeb664c3dc6c707d2096bd6431d2067c1d (diff)
downloadweechat-df8acd1d7bc1ddb1495e1a36b4e9c14efdd6541d.zip
irc: allow many fingerprints in server option ssl_fingerprint (closes #49)
Diffstat (limited to 'doc/en/autogen/user/irc_options.txt')
-rw-r--r--doc/en/autogen/user/irc_options.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/en/autogen/user/irc_options.txt b/doc/en/autogen/user/irc_options.txt
index b3f538c10..03bd02074 100644
--- a/doc/en/autogen/user/irc_options.txt
+++ b/doc/en/autogen/user/irc_options.txt
@@ -579,7 +579,7 @@
** values: 0 .. 2147483647 (default value: `2048`)
* [[option_irc.server_default.ssl_fingerprint]] *irc.server_default.ssl_fingerprint*
-** description: `SHA1 fingerprint of certificate which is trusted and accepted for the server (it must be exactly 40 hexadecimal digits without separators); if this option is set, the other checks on certificates are NOT performed (option "ssl_verify")`
+** description: `SHA1 fingerprint of certificate which is trusted and accepted for the server (it must be exactly 40 hexadecimal digits without separators); many fingerprints can be separated by commas; if this option is set, the other checks on certificates are NOT performed (option "ssl_verify")`
** type: string
** values: any string (default value: `""`)