Skip to content

Instantly share code, notes, and snippets.

@seven1m
Created August 14, 2009 15:42
Show Gist options
  • Save seven1m/167902 to your computer and use it in GitHub Desktop.
Save seven1m/167902 to your computer and use it in GitHub Desktop.
Instructions for verifying tarsnap download
# 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