Skip to content

Instantly share code, notes, and snippets.

@ivermac
Last active July 18, 2020 14:51
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 ivermac/679b1dd3a9cf5a59ebe4bedb711378d8 to your computer and use it in GitHub Desktop.
Save ivermac/679b1dd3a9cf5a59ebe4bedb711378d8 to your computer and use it in GitHub Desktop.
GPG helper

List gpg keys:

gpg --list-keys --keyid-format LONG

Search key in key server:

gpg --search <email>

Export keys in macOS:

gpg2 --armor --export <fingerprint> | pbcopy

For macOS users, you can use GPG Keychain for your key management

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