Skip to content

Instantly share code, notes, and snippets.

@yusufneeson
Last active November 3, 2024 09:17
Show Gist options
  • Select an option

  • Save yusufneeson/96fcc80079f1b97f6e7739eaae524f05 to your computer and use it in GitHub Desktop.

Select an option

Save yusufneeson/96fcc80079f1b97f6e7739eaae524f05 to your computer and use it in GitHub Desktop.
GPG Commands
gpg --list-secret-keys --keyid-format LONG
gpg --edit-key <KEY_ID>
gpg --list-keys
gpg --keyserver hkp://pgp.mit.edu --send-keys <KEY_ID>
gpg --armor --export <KEY_ID>
gpg --import pgp/private.key
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment