X-Git-Url: http://www.git.cypherpunks.ru/?a=blobdiff_plain;f=doc%2Fintegrity.texi;h=7ece02c9ef480fdc105c2a2e6e3eab675c1191e0;hb=203dfe36da7adf2b3089e4fa4017a67409cbad70;hp=2c2ccb5803383faaa80fdd261914db559875338d;hpb=80a2334d7e3e47b1922c355857d290938aa59952;p=nncp.git diff --git a/doc/integrity.texi b/doc/integrity.texi index 2c2ccb5..7ece02c 100644 --- a/doc/integrity.texi +++ b/doc/integrity.texi @@ -1,10 +1,16 @@ @node Integrity +@cindex integrity check +@cindex authenticity check +@cindex OpenPGP +@cindex gpg +@cindex GnuPG +@cindex WKD @section Tarballs integrity check 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 @@ -19,17 +25,18 @@ uid NNCP releases @itemize @item -@verbatim +@example $ gpg --auto-key-locate dane --locate-keys releases at nncpgo dot org $ gpg --auto-key-locate wkd --locate-keys releases at nncpgo dot org -@end verbatim +@end example @item -@verbatiminclude .well-known/openpgpkey/hu/i4cdqgcarfjdjnba6y4jnf498asg8c6p.asc +@verbatiminclude .well-known/openpgpkey/nncpgo.org/hu/i4cdqgcarfjdjnba6y4jnf498asg8c6p.asc @end itemize Then you could verify tarballs signature: -@verbatim -$ gpg --verify nncp-5.1.1.tar.xz.sig nncp-5.1.1.tar.xz -@end verbatim + +@example +$ gpg --verify nncp-@value{VERSION}.tar.xz.sig nncp-@value{VERSION}.tar.xz +@end example