]> Cypherpunks.ru repositories - nncp.git/blobdiff - doc/integrity.texi
Prepare for release
[nncp.git] / doc / integrity.texi
index 174c27c6c458534a812cfbd44ced148b6d63f49e..faea7c49ba6219aaf46693227e48a8da05db16fa 100644 (file)
@@ -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
@@ -20,10 +20,8 @@ uid   NNCP releases <releases at nncpgo dot org>
 
 @item
 @verbatim
-% gpg --keyserver hkp://keys.gnupg.net/ --recv-keys 0x2B25868E75A1A953
-% gpg --auto-key-locate dane --locate-keys releases at nncpgo dot org
-% gpg --auto-key-locate wkd --locate-keys releases at nncpgo dot org
-% gpg --auto-key-locate pka --locate-keys releases at nncpgo dot org
+$ 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
 
 @item
@@ -33,5 +31,5 @@ uid   NNCP releases <releases at nncpgo dot org>
 
 Then you could verify tarballs signature:
 @verbatim
-% gpg --verify nncp-3.0.tar.xz.sig nncp-3.0.tar.xz
+$ gpg --verify nncp-5.1.2.tar.xz.sig nncp-5.1.2.tar.xz
 @end verbatim