]> Sergey Matveev's repositories - tofuproxy.git/blobdiff - doc/install.texi
OpenSSH signature support
[tofuproxy.git] / doc / install.texi
index eee066fd055c24476cde2087fc14b35f4fac7139..9d7dff718f256e5a4c57794ee933e7be3144c22e 100644 (file)
@@ -8,19 +8,15 @@ WARCs support.
 
 @example
 $ [fetch|wget] http://www.tofuproxy.stargrave.org/download/tofuproxy-@value{VERSION}.tar.zst
-$ [fetch|wget] http://www.tofuproxy.stargrave.org/download/tofuproxy-@value{VERSION}.tar.zst.asc
-$ gpg --verify tofuproxy-@value{VERSION}.tar.zst.asc tofuproxy-@value{VERSION}.tar.zst
+$ [fetch|wget] http://www.tofuproxy.stargrave.org/download/tofuproxy-@value{VERSION}.tar.zst.@{asc,sig@}
+[verify signature]
 $ zstd -d < tofuproxy-@value{VERSION}.tar.zst | tar xf -
 $ cd tofuproxy-@value{VERSION}
 $ ./build
 @end example
 
 @include download.texi
-
-You @strong{have to} verify downloaded tarballs integrity and
-authenticity to be sure that you retrieved trusted and untampered
-software. @url{https://www.gnupg.org/, GNU Privacy Guard} is used
-for that purpose.
+@include integrity.texi
 
 Also there is @url{https://yggdrasil-network.github.io/, Yggdrasil}
 accessible address: @url{http://y.www.tofuproxy.stargrave.org}.