]> Cypherpunks.ru repositories - nncp.git/blobdiff - doc/integrity.texi
Workability of nncp-file -chunked 0
[nncp.git] / doc / integrity.texi
index baa8765a7be6448e5d1fc83285b22e5e5a2aad9b..2c2ccb5803383faaa80fdd261914db559875338d 100644 (file)
@@ -18,15 +18,10 @@ uid   NNCP releases <releases at nncpgo dot org>
 
 @itemize
 
-@item This website @ref{Contacts, alternates} and maillist containing
-public key fingerprint.
-
 @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
@@ -36,5 +31,5 @@ public key fingerprint.
 
 Then you could verify tarballs signature:
 @verbatim
-% gpg --verify nncp-0.1.tar.xz.sig nncp-0.1.tar.xz
+$ gpg --verify nncp-5.1.1.tar.xz.sig nncp-5.1.1.tar.xz
 @end verbatim