]> Cypherpunks.ru repositories - govpn.git/blobdiff - doc/integrity.texi
POSIX tells that $ character is default shell prompt
[govpn.git] / doc / integrity.texi
index 5fda02f4ee259939ae6b7bc8f75aba38bc548546..971ff40f446660ef0e400f2354c32bf66ef35b4a 100644 (file)
@@ -23,10 +23,8 @@ public key fingerprint.
 
 @item
 @verbatim
-% gpg --keyserver hkp://keys.gnupg.net/ --recv-keys 0xF2F59045FFE2F4A1
-% gpg --auto-key-locate dane --locate-keys releases at govpn dot info
-% gpg --auto-key-locate wkd --locate-keys releases at govpn dot info
-% gpg --auto-key-locate pka --locate-keys releases at govpn dot info
+$ gpg --auto-key-locate dane --locate-keys releases at govpn dot info
+$ gpg --auto-key-locate wkd --locate-keys releases at govpn dot info
 @end verbatim
 
 @item
@@ -36,5 +34,5 @@ public key fingerprint.
 
 Then you could verify tarballs signature:
 @verbatim
-% gpg --verify govpn-2.3.tar.xz.sig govpn-2.3.tar.xz
+$ gpg --verify govpn-2.3.tar.xz.sig govpn-2.3.tar.xz
 @end verbatim