doc: update question about SSL/freenode in FAQ
This commit is contained in:
parent
97a2e4f713
commit
da73437304
@ -664,24 +664,17 @@ Fall weniger sicher):
|
||||
Wie kann ich eine SSL gesicherte Verbindung zum freenode Server herstellen?
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
Zuerst muss ein Zertifikat heruntergeladen werden. Dieses muss konvertiert
|
||||
und dann in WeeChat hinzugefügt werden:
|
||||
// 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"
|
||||
----------------------------------------
|
||||
|
||||
Um zu erzwingen das WeeChat die Zertifikatdatei erneut lädt, muss die Option gelöscht
|
||||
und auf den Vorgabewert zurückgestellt werden:
|
||||
|
||||
----------------------------------------
|
||||
/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").
|
||||
|
||||
Konfiguration des Servers, Port, SSL, dhkey_size und dann einen
|
||||
Connect durchführen:
|
||||
|
@ -631,23 +631,15 @@ connection will be less secure by doing that):
|
||||
How can I connect to freenode server using SSL?
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
You must download certificate, convert it, then add it in WeeChat:
|
||||
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"
|
||||
----------------------------------------
|
||||
|
||||
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
|
||||
----------------------------------------
|
||||
[NOTE]
|
||||
Check that you have this file on your system (commonly brought by package
|
||||
"ca-certificates").
|
||||
|
||||
Setup server port, SSL, dhkey_size, then connect:
|
||||
|
||||
|
@ -655,24 +655,16 @@ Si vous voyez des erreurs à propos du certificat, vous pouvez désactiver
|
||||
Comment puis-je me connecter à freenode avec SSL ?
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
Vous devez télécharger le certificat, le convertir, puis l'ajouter dans
|
||||
WeeChat :
|
||||
Si vous utilisez WeeChat ≤ 0.3.5, vous devrez peut-être changer la valeur de
|
||||
cette 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"
|
||||
----------------------------------------
|
||||
|
||||
Pour forcer WeeChat à recharger le fichier avec les autorités de certification,
|
||||
changez la valeur de l'option et réinitialisez la à sa valeur par défaut :
|
||||
|
||||
----------------------------------------
|
||||
/set weechat.network.gnutls_ca_file ""
|
||||
/unset weechat.network.gnutls_ca_file
|
||||
----------------------------------------
|
||||
[NOTE]
|
||||
Vérifiez que vous avez bien ce fichier (fourni généralement par le paquet
|
||||
"ca-certificates").
|
||||
|
||||
Configurez le port du serveur, SSL, dhkey_size, puis connectez-vous :
|
||||
|
||||
|
@ -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:
|
||||
|
||||
|
@ -650,25 +650,18 @@ 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:
|
||||
|
||||
----------------------------------------
|
||||
$ 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
|
||||
----------------------------------------
|
||||
|
||||
// TRANSLATION MISSING
|
||||
To force WeeChat to reload file with the certificate authorities, change value
|
||||
of option and reset it to default value:
|
||||
If you are using WeeChat ≤ 0.3.5, you may have to change value of this option:
|
||||
|
||||
----------------------------------------
|
||||
/set weechat.network.gnutls_ca_file ""
|
||||
/unset weechat.network.gnutls_ca_file
|
||||
/set weechat.network.gnutls_ca_file "/etc/ssl/certs/ca-certificates.crt"
|
||||
----------------------------------------
|
||||
|
||||
[NOTE]
|
||||
// TRANSLATION MISSING
|
||||
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:
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user