X-Git-Url: http://www.git.cypherpunks.ru/?a=blobdiff_plain;f=doc%2Fintegrity.texi;h=9ffcc0deb16d586456f512df9977027f02096976;hb=1d2ce674b042d07fd9b37a46578c8b62bb0345b7;hp=cc1e587fc737428d3f1be0c08a56cf645720464d;hpb=dd887c15fa21071a2f4931f7248e10c4ab1029d2;p=nncp.git diff --git a/doc/integrity.texi b/doc/integrity.texi index cc1e587..9ffcc0d 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 @@ -30,6 +30,7 @@ $ gpg --auto-key-locate wkd --locate-keys releases at nncpgo dot org @end itemize Then you could verify tarballs signature: -@verbatim -$ gpg --verify nncp-5.0.0.tar.xz.sig nncp-5.0.0.tar.xz -@end verbatim + +@example +$ gpg --verify nncp-@value{VERSION}.tar.xz.sig nncp-@value{VERSION}.tar.xz +@end example