Created
August 14, 2009 15:42
-
-
Save seven1m/167902 to your computer and use it in GitHub Desktop.
Instructions for verifying tarsnap download
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# I'm a noob | |
# Instructions for verifying tarsnap download | |
gpg --import tarsnap-signing-key.asc | |
# ^ only needed once I think | |
gpg --decrypt tarsnap-sigs-1.0.25 | |
# should say good sig, cperciva, etc. | |
# and digest of tgz download, compare with: | |
openssl dgst -sha256 tarsnap-autoconf-1.0.25.tgz | |
# hashes should match |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment