X-Git-Url: http://www.git.cypherpunks.ru/?a=blobdiff_plain;f=doc%2Fintegrity.texi;h=faea7c49ba6219aaf46693227e48a8da05db16fa;hb=e4a5f14ece666aca5bea6ef69b5d3d945cb69267;hp=2c2ccb5803383faaa80fdd261914db559875338d;hpb=80a2334d7e3e47b1922c355857d290938aa59952;p=nncp.git diff --git a/doc/integrity.texi b/doc/integrity.texi index 2c2ccb5..faea7c4 100644 --- a/doc/integrity.texi +++ b/doc/integrity.texi @@ -4,7 +4,7 @@ You @strong{have to} check downloaded archives integrity and verify their signature to be sure that you have got trusted, untampered software. For integrity and authentication of downloaded binaries -@url{https://www.gnupg.org/, The GNU Privacy Guard} is used. You must +@url{https://www.gnupg.org/, GNU Privacy Guard} is used. You must download signature (@file{.sig}) provided with the tarball. For the very first time you need to import signing public key. It is @@ -31,5 +31,5 @@ $ gpg --auto-key-locate wkd --locate-keys releases at nncpgo dot org Then you could verify tarballs signature: @verbatim -$ gpg --verify nncp-5.1.1.tar.xz.sig nncp-5.1.1.tar.xz +$ gpg --verify nncp-5.1.2.tar.xz.sig nncp-5.1.2.tar.xz @end verbatim