diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2021-05-08 08:19:11 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2021-05-11 21:07:15 +0200 |
commit | 7d75d82f6a291b3d872847b30ce75cfa5cb3f068 (patch) | |
tree | e02631a44637dd09c95b09bc383920fa0d6c4074 /doc/pl/weechat_user.pl.adoc | |
parent | 49844a71f0cca3ec36597725f9d14ddf514b88b0 (diff) | |
download | weechat-7d75d82f6a291b3d872847b30ce75cfa5cb3f068.zip |
doc: use XDG config directory in chapter on IRC server certificate (user's guide) (issue #1285)
Diffstat (limited to 'doc/pl/weechat_user.pl.adoc')
-rw-r--r-- | doc/pl/weechat_user.pl.adoc | 18 |
1 files changed, 14 insertions, 4 deletions
diff --git a/doc/pl/weechat_user.pl.adoc b/doc/pl/weechat_user.pl.adoc index 5d2f4e148..ecfd94627 100644 --- a/doc/pl/weechat_user.pl.adoc +++ b/doc/pl/weechat_user.pl.adoc @@ -2873,10 +2873,15 @@ się nie powieść, nawet jeśli wszystko było OK w wersjach przed 0.3.1. * Import certyfikatu w kosoli: ---- -$ 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`. + [NOTE] Możliwe jest umieszczenie wielu certyfikatów w pliku CAs.pem. @@ -2892,11 +2897,16 @@ Możliwe jest umieszczenie wielu certyfikatów w pliku CAs.pem. * Tworzenie certyfikatu w konsoli: ---- -$ 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`. + * W WeeChat z dodanym wcześniej serwerem "oftc": ---- |