Skip to content

Instantly share code, notes, and snippets.

@morphykuffour
Created September 6, 2021 18:01
Show Gist options
  • Save morphykuffour/dc121dd122ede759262a0efc038740d0 to your computer and use it in GitHub Desktop.
Save morphykuffour/dc121dd122ede759262a0efc038740d0 to your computer and use it in GitHub Desktop.
gpg-cheatsheet.txt
- 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