Skip to content

Instantly share code, notes, and snippets.

@kinow
Created May 7, 2016 11:53
Show Gist options
  • Save kinow/97914e8c0c9856a2d638c188b79de8c5 to your computer and use it in GitHub Desktop.
Save kinow/97914e8c0c9856a2d638c188b79de8c5 to your computer and use it in GitHub Desktop.
Note to remember how to check jar keys
Download jars and asc files.
Then check the files:
for x in *.jar; do gpg --verify "${x}".asc; done
Import the key if necessary
gpg --keyserver pgpkeys.mit.edu --recv-key $KEY
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment