Skip to content

Instantly share code, notes, and snippets.

@lnrsoft
Created November 15, 2018 22:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lnrsoft/cef1b8a0946ea3143be11d714e0821b6 to your computer and use it in GitHub Desktop.
Save lnrsoft/cef1b8a0946ea3143be11d714e0821b6 to your computer and use it in GitHub Desktop.
quick generate pgp key on osx terminal
gpg --full-generate-key
gpg --list-secret-keys --keyid-format LONG
//gpg --armor --export [insert the sec id after rsa4096/9872634985729442]
gpg --armor --export 9872634985729442
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment