diff options
author | Joey Hess <joey@kitenet.net> | 2014-08-12 16:17:30 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2014-08-12 16:17:30 -0400 |
commit | bface4caa1436b65edd70f867f201f6b41f8ee79 (patch) | |
tree | d662776d32710900fb083f668909799fa7a5dd94 /doc/install.mdwn | |
parent | ae9a9096965bf92bb707e35d91af12d6ddadc624 (diff) |
more complete gpg key verification process, including statement signed with my personal key
Diffstat (limited to 'doc/install.mdwn')
-rw-r--r-- | doc/install.mdwn | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/doc/install.mdwn b/doc/install.mdwn index 493fdea58..877caf9af 100644 --- a/doc/install.mdwn +++ b/doc/install.mdwn @@ -19,11 +19,8 @@ detailed instructions | quick install [[Windows]] | [download installer](http://downloads.kitenet.net/git-annex/windows/current/) **alpha** """]] -The downloaded package's integrity can be verified by the public PGP key. On Linux, - - $ wget https://downloads.kitenet.net/git-annex/gpg-pubkey.asc - $ gpg --import gpg-pubey.asc - $ gpg --verify git-annex-standalone-*.tar.gz.sig +All the downloads above use http for security. For added security, see +[[verifying_downloads]]. ## Using cabal |