Skip to content

Instantly share code, notes, and snippets.

@hermzz
Last active August 29, 2015 14:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hermzz/9a2f2153d12c22ecbf5c to your computer and use it in GitHub Desktop.
Save hermzz/9a2f2153d12c22ecbf5c to your computer and use it in GitHub Desktop.

Receive a key

gpg --recv-keys --keyserver [keyserver.example.com] [0xKEY]

Verify a signature

gpg --verify file.sig file

Sign a key

gpg --edit-key [key]

> sign

Debug

gpg --debug 1024 ...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment