Skip to content

Instantly share code, notes, and snippets.

@pavlov99
Created April 2, 2017 16:40
Show Gist options
  • Save pavlov99/3e2b0969243fc1d6d58da29f6c9decbf to your computer and use it in GitHub Desktop.
Save pavlov99/3e2b0969243fc1d6d58da29f6c9decbf to your computer and use it in GitHub Desktop.
GnuPG key management
# Add gpg key: https://help.ubuntu.com/community/GnuPrivacyGuardHowto
# Install GnuPG from https://www.gnupg.org/download/index.html
gpg2 --full-generate-key
# Delete gpg key
gpg --delete-secret-key "User Name"
gpg --delete-key "User Name"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment