diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2016-02-17 15:08:25 +0100 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2016-02-17 15:10:53 +0100 |
commit | c2aed4dd7877de7f2bba406c421d11928e4aac4e (patch) | |
tree | 58a8644c692c05a7ca999bfae7dd6e4cc613a252 /doc/en/weechat_faq.en.asciidoc | |
parent | 0b79510b75e8ca2e8db872f8d4d2b39cfb9a21d8 (diff) | |
download | weechat-c2aed4dd7877de7f2bba406c421d11928e4aac4e.zip |
doc: translate instructions for CA file on Mac OS X in other languages (FAQ)
Diffstat (limited to 'doc/en/weechat_faq.en.asciidoc')
-rw-r--r-- | doc/en/weechat_faq.en.asciidoc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/en/weechat_faq.en.asciidoc b/doc/en/weechat_faq.en.asciidoc index d8f498120..15538c809 100644 --- a/doc/en/weechat_faq.en.asciidoc +++ b/doc/en/weechat_faq.en.asciidoc @@ -492,9 +492,9 @@ you have to use key[alt] instead of key[shift]). [[irc_ssl_connection]] === I have some problems when connecting to a server using SSL, what can I do? -If you are using Mac OS X, you must install `openssl` from Homebrew. A CA file -will be bootstrapped using certificates from the system keychain. And set the -path to certificates in WeeChat: +If you are using Mac OS X, you must install `openssl` from Homebrew. +A CA file will be bootstrapped using certificates from the system keychain. +You can then set the path to certificates in WeeChat: ---- /set weechat.network.gnutls_ca_file "/usr/local/etc/openssl/cert.pem" |