Skip to content

Instantly share code, notes, and snippets.

@dannywillems
Created October 23, 2022 09:30
Show Gist options
  • Save dannywillems/38deac4d6d3dcc4b66cdc8758c99808e to your computer and use it in GitHub Desktop.
Save dannywillems/38deac4d6d3dcc4b66cdc8758c99808e to your computer and use it in GitHub Desktop.
gpg cheat sheet
`gpg --version`
`gpg --expert --full-gen-key` -> to have ECC option (see https://twitter.com/dwillems42/status/1584107888540553216?s=20&t=mjqKYjAz6C9X7GMnjObqaQ)
`gpg --export -a "u@domain.com" > public.key` -> export public key
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment