Skip to content

Instantly share code, notes, and snippets.

@byplayer
Created August 20, 2012 02:59
Show Gist options
  • Save byplayer/3399825 to your computer and use it in GitHub Desktop.
Save byplayer/3399825 to your computer and use it in GitHub Desktop.
GnuPG
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