Created
April 2, 2017 16:40
-
-
Save pavlov99/3e2b0969243fc1d6d58da29f6c9decbf to your computer and use it in GitHub Desktop.
GnuPG key management
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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