summaryrefslogtreecommitdiff
path: root/doc/it/weechat_user.it.adoc
diff options
context:
space:
mode:
authorSébastien Helleu <flashcode@flashtux.org>2021-05-08 08:19:11 +0200
committerSébastien Helleu <flashcode@flashtux.org>2021-05-11 21:07:15 +0200
commit7d75d82f6a291b3d872847b30ce75cfa5cb3f068 (patch)
treee02631a44637dd09c95b09bc383920fa0d6c4074 /doc/it/weechat_user.it.adoc
parent49844a71f0cca3ec36597725f9d14ddf514b88b0 (diff)
downloadweechat-7d75d82f6a291b3d872847b30ce75cfa5cb3f068.zip
doc: use XDG config directory in chapter on IRC server certificate (user's guide) (issue #1285)
Diffstat (limited to 'doc/it/weechat_user.it.adoc')
-rw-r--r--doc/it/weechat_user.it.adoc18
1 files changed, 14 insertions, 4 deletions
diff --git a/doc/it/weechat_user.it.adoc b/doc/it/weechat_user.it.adoc
index c84ab8f7e..d8349e222 100644
--- a/doc/it/weechat_user.it.adoc
+++ b/doc/it/weechat_user.it.adoc
@@ -3065,12 +3065,17 @@ la 0.3.1.
* Importare certificati nella shell:
----
-$ mkdir -p ~/.weechat/ssl
-$ wget -O ~/.weechat/ssl/CAs.pem https://www.spi-inc.org/ca/spi-cacert.crt
+$ mkdir -p ~/.config/weechat/ssl
+$ wget -O ~/.config/weechat/ssl/CAs.pem https://www.spi-inc.org/ca/spi-cacert.crt
----
// TRANSLATION MISSING
[NOTE]
+You must replace `~/.config/weechat` by the path to your WeeChat config directory
+which can also be for example `~/.weechat`.
+
+// TRANSLATION MISSING
+[NOTE]
E possibile concatenare più certificati nel file CAs.pem.
// TRANSLATION MISSING
@@ -3086,12 +3091,17 @@ E possibile concatenare più certificati nel file CAs.pem.
* Creare un certificato nella shell:
----
-$ mkdir -p ~/.weechat/ssl
-$ cd ~/.weechat/ssl
+$ mkdir -p ~/.config/weechat/ssl
+$ cd ~/.config/weechat/ssl
$ openssl req -nodes -newkey rsa:2048 -keyout nick.pem -x509 -days 365 -out nick.pem
----
// TRANSLATION MISSING
+[NOTE]
+You must replace `~/.config/weechat` by the path to your WeeChat config directory
+which can also be for example `~/.weechat`.
+
+// TRANSLATION MISSING
* In WeeChat, with "oftc" server already added:
----