Created
August 20, 2012 02:59
-
-
Save byplayer/3399825 to your computer and use it in GitHub Desktop.
GnuPG
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 --gen-key | |
gpg --list-keys | |
# ... | |
# pub 1024D/123ABC89 2011-09-27 | |
# uid Carsten Nielsen | |
git config --global user.signingkey 123ABC89 | |
# sen key | |
gpg --keyserver pgp.nic.ad.jp --send-keys D6ABB386 | |
# search key | |
gpg --keyserver pgp.nic.ad.jp --search-keys D6ABB386 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment