diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2011-08-26 18:50:46 +0200 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2011-08-26 18:50:46 +0200 |
commit | da7343730471cd844bc25befb0c369c49ab7880a (patch) | |
tree | d26827336e16d503e7aed1da85aa7134ccd86516 /doc/pl | |
parent | 97a2e4f7130105ae186771b507a6bbc0180c5f67 (diff) | |
download | weechat-da7343730471cd844bc25befb0c369c49ab7880a.zip |
doc: update question about SSL/freenode in FAQ
Diffstat (limited to 'doc/pl')
-rw-r--r-- | doc/pl/weechat_faq.pl.txt | 19 |
1 files changed, 6 insertions, 13 deletions
diff --git a/doc/pl/weechat_faq.pl.txt b/doc/pl/weechat_faq.pl.txt index f023e97e1..119b33a16 100644 --- a/doc/pl/weechat_faq.pl.txt +++ b/doc/pl/weechat_faq.pl.txt @@ -650,24 +650,17 @@ Jeśli widzisz błędy związanie z certyfikatami, możesz wyłączyć opjcę "s Jak mogę połączyć się z serwerem freenode używając SSL? ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -Musisz pobrać certyfikat, skonwertowć go, następnie dodać go w WeeChat: +// TRANSLATION MISSING +If you are using WeeChat ≤ 0.3.5, you may have to change value of this option: ---------------------------------------- -$ cd /tmp -$ wget http://crt.gandi.net/GandiStandardSSLCA.crt -$ openssl x509 -inform der -outform pem < GandiStandardSSLCA.crt > GandiStandardSSLCA.pem -$ mkdir ~/.weechat/ssl -$ cat GandiStandardSSLCA.pem >>~/.weechat/ssl/CAs.pem +/set weechat.network.gnutls_ca_file "/etc/ssl/certs/ca-certificates.crt" ---------------------------------------- +[NOTE] // TRANSLATION MISSING -To force WeeChat to reload file with the certificate authorities, change value -of option and reset it to default value: - ----------------------------------------- -/set weechat.network.gnutls_ca_file "" -/unset weechat.network.gnutls_ca_file ----------------------------------------- +Check that you have this file on your system (commonly brought by package +"ca-certificates"). // TRANSLATION MISSING Setup server port, SSL, dhkey_size, then connect: |