summaryrefslogtreecommitdiff
path: root/doc/it
diff options
context:
space:
mode:
authorSebastien Helleu <flashcode@flashtux.org>2011-08-26 18:50:46 +0200
committerSebastien Helleu <flashcode@flashtux.org>2011-08-26 18:50:46 +0200
commitda7343730471cd844bc25befb0c369c49ab7880a (patch)
treed26827336e16d503e7aed1da85aa7134ccd86516 /doc/it
parent97a2e4f7130105ae186771b507a6bbc0180c5f67 (diff)
downloadweechat-da7343730471cd844bc25befb0c369c49ab7880a.zip
doc: update question about SSL/freenode in FAQ
Diffstat (limited to 'doc/it')
-rw-r--r--doc/it/weechat_faq.it.txt20
1 files changed, 7 insertions, 13 deletions
diff --git a/doc/it/weechat_faq.it.txt b/doc/it/weechat_faq.it.txt
index 0fbafca01..f69b4d75f 100644
--- a/doc/it/weechat_faq.it.txt
+++ b/doc/it/weechat_faq.it.txt
@@ -650,23 +650,17 @@ Se si verificano errori con i certificati, è possibile disabilitare "ssl_verify
Come ci si può connettere al server freenode via SSL?
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-Bisogna scaricare il certificato, convertirlo, poi aggiungerlo a 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"
----------------------------------------
-Per forzare WeeChat a ricaricare il file con le autorità del certificato,
-modificare il valore dell'opzione e ripristinarlo al valore predefinito:
-
-----------------------------------------
-/set weechat.network.gnutls_ca_file ""
-/unset weechat.network.gnutls_ca_file
-----------------------------------------
+[NOTE]
+// TRANSLATION MISSING
+Check that you have this file on your system (commonly brought by package
+"ca-certificates").
Impostare la porta del server, SSL, dhkey_size, poi riconnettersi: