]> Cypherpunks.ru repositories - nncp.git/blobdiff - doc/integrity.texi
Replace YAML with Hjson
[nncp.git] / doc / integrity.texi
index a88f1b2744de8abbee0e6e05d330db1563ad29ca..cc1e587fc737428d3f1be0c08a56cf645720464d 100644 (file)
@@ -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-0.1.tar.xz.sig nncp-0.1.tar.xz
+$ gpg --verify nncp-5.0.0.tar.xz.sig nncp-5.0.0.tar.xz
 @end verbatim