Created
September 6, 2021 18:01
-
-
Save morphykuffour/dc121dd122ede759262a0efc038740d0 to your computer and use it in GitHub Desktop.
gpg-cheatsheet.txt
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
- Create a GPG public and private key interactively: | |
gpg --full-generate-key | |
gpg --export -a "$USER" | xclip -sel clip |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment