-
-
Save yusufneeson/96fcc80079f1b97f6e7739eaae524f05 to your computer and use it in GitHub Desktop.
GPG Commands
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
| gpg --list-secret-keys --keyid-format LONG | |
| gpg --edit-key <KEY_ID> | |
| gpg --list-keys | |
| gpg --keyserver hkp://pgp.mit.edu --send-keys <KEY_ID> | |
| gpg --armor --export <KEY_ID> | |
| gpg --import pgp/private.key |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment