diff options
-rw-r--r-- | doc/de/weechat_faq.de.adoc | 7 | ||||
-rw-r--r-- | doc/en/weechat_faq.en.adoc | 6 | ||||
-rw-r--r-- | doc/fr/weechat_faq.fr.adoc | 7 | ||||
-rw-r--r-- | doc/it/weechat_faq.it.adoc | 7 | ||||
-rw-r--r-- | doc/ja/weechat_faq.ja.adoc | 7 | ||||
-rw-r--r-- | doc/pl/weechat_faq.pl.adoc | 7 |
6 files changed, 41 insertions, 0 deletions
diff --git a/doc/de/weechat_faq.de.adoc b/doc/de/weechat_faq.de.adoc index e4ec83f42..09c1317c8 100644 --- a/doc/de/weechat_faq.de.adoc +++ b/doc/de/weechat_faq.de.adoc @@ -634,6 +634,13 @@ Die Option _weechat.network.gnutls_ca_file_ sollte auf die Zertifikationsdatei z /set weechat.network.gnutls_ca_file "/etc/ssl/certs/ca-certificates.crt" ---- +// TRANSLATION MISSING +Note: if you are running OS X with homebrew openssl installed, you can do: + +---- +/set weechat.network.gnutls_ca_file "/usr/local/etc/openssl/cert.pem" +---- + [NOTE] Überprüfe, ob die Zertifikationsdatei auf Deinem System installiert wurde (üblicherweise wird diese Datei durch das Paket "ca-certificates" bereitgestellt) diff --git a/doc/en/weechat_faq.en.adoc b/doc/en/weechat_faq.en.adoc index 7c3a61d97..7a71c80ee 100644 --- a/doc/en/weechat_faq.en.adoc +++ b/doc/en/weechat_faq.en.adoc @@ -597,6 +597,12 @@ Set option _weechat.network.gnutls_ca_file_ to file with certificates: /set weechat.network.gnutls_ca_file "/etc/ssl/certs/ca-certificates.crt" ---- +Note: if you are running OS X with homebrew openssl installed, you can do: + +---- +/set weechat.network.gnutls_ca_file "/usr/local/etc/openssl/cert.pem" +---- + [NOTE] Check that you have this file on your system (commonly brought by package "ca-certificates"). diff --git a/doc/fr/weechat_faq.fr.adoc b/doc/fr/weechat_faq.fr.adoc index 85f79e8e6..240fdeef7 100644 --- a/doc/fr/weechat_faq.fr.adoc +++ b/doc/fr/weechat_faq.fr.adoc @@ -626,6 +626,13 @@ certificats : /set weechat.network.gnutls_ca_file "/etc/ssl/certs/ca-certificates.crt" ---- +Note : si vous êtes sous OS X avec le paquet homebrew openssl installé, vous +pouvez lancer : + +---- +/set weechat.network.gnutls_ca_file "/usr/local/etc/openssl/cert.pem" +---- + [NOTE] Vérifiez que vous avez bien ce fichier (fourni généralement par le paquet "ca-certificates"). diff --git a/doc/it/weechat_faq.it.adoc b/doc/it/weechat_faq.it.adoc index 918eefb72..dd168aab0 100644 --- a/doc/it/weechat_faq.it.adoc +++ b/doc/it/weechat_faq.it.adoc @@ -641,6 +641,13 @@ Impostare l'opzione _weechat.network.gnutls_ca_file_ con il file dei certificati /set weechat.network.gnutls_ca_file "/etc/ssl/certs/ca-certificates.crt" ---- +// TRANSLATION MISSING +Note: if you are running OS X with homebrew openssl installed, you can do: + +---- +/set weechat.network.gnutls_ca_file "/usr/local/etc/openssl/cert.pem" +---- + [NOTE] Verificare la presenza di questo file sul sistema (solitamente installato dal pacchetto "ca-certificates"). diff --git a/doc/ja/weechat_faq.ja.adoc b/doc/ja/weechat_faq.ja.adoc index cc007429c..be19d3db5 100644 --- a/doc/ja/weechat_faq.ja.adoc +++ b/doc/ja/weechat_faq.ja.adoc @@ -599,6 +599,13 @@ gnutls ハンドシェイクに関するエラーの場合、Diffie-Hellman キ /set weechat.network.gnutls_ca_file "/etc/ssl/certs/ca-certificates.crt" ---- +// TRANSLATION MISSING +Note: if you are running OS X with homebrew openssl installed, you can do: + +---- +/set weechat.network.gnutls_ca_file "/usr/local/etc/openssl/cert.pem" +---- + [NOTE] 設定したファイルが自分のシステムに存在することを確認してください (一般に "ca-certificates" パッケージで提供されます)。 diff --git a/doc/pl/weechat_faq.pl.adoc b/doc/pl/weechat_faq.pl.adoc index e1c67ff10..a719120ce 100644 --- a/doc/pl/weechat_faq.pl.adoc +++ b/doc/pl/weechat_faq.pl.adoc @@ -604,6 +604,13 @@ Ustaw opcję _weechat.network.gnutls_ca_file_ do pliku z certyfikatami: /set weechat.network.gnutls_ca_file "/etc/ssl/certs/ca-certificates.crt" ---- +// TRANSLATION MISSING +Note: if you are running OS X with homebrew openssl installed, you can do: + +---- +/set weechat.network.gnutls_ca_file "/usr/local/etc/openssl/cert.pem" +---- + [NOTE] Należy sprawdzić czy plik znajduje się w systemie (zazwyczaj dostarczany przez pakiet "ca-certificates"). |