diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2014-04-04 16:00:07 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2014-04-04 16:00:07 +0200 |
commit | df8acd1d7bc1ddb1495e1a36b4e9c14efdd6541d (patch) | |
tree | cea8e89018f7280f8d0358f5aad21f84199d7791 /doc/ja | |
parent | de4ce8eeb664c3dc6c707d2096bd6431d2067c1d (diff) | |
download | weechat-df8acd1d7bc1ddb1495e1a36b4e9c14efdd6541d.zip |
irc: allow many fingerprints in server option ssl_fingerprint (closes #49)
Diffstat (limited to 'doc/ja')
-rw-r--r-- | doc/ja/autogen/user/irc_options.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ja/autogen/user/irc_options.txt b/doc/ja/autogen/user/irc_options.txt index 8fcf9e919..9118c420c 100644 --- a/doc/ja/autogen/user/irc_options.txt +++ b/doc/ja/autogen/user/irc_options.txt @@ -579,7 +579,7 @@ ** 値: 0 .. 2147483647 (デフォルト値: `2048`) * [[option_irc.server_default.ssl_fingerprint]] *irc.server_default.ssl_fingerprint* -** 説明: `信頼でき、通信を認めるサーバ証明書の SHA1 指紋 (指紋は必ず空白を含まない 40 桁の 16 進数です); このオプションを設定した場合、証明書に対する他の妥当性確認は行われません (オプション "ssl_verify")` +** 説明: `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")` ** タイプ: 文字列 ** 値: 未制約文字列 (デフォルト値: `""`) |