Last active
October 9, 2015 18:59
-
-
Save hyunsik/792391bd7566ccd426f5 to your computer and use it in GitHub Desktop.
[Code Snippet for Blog] Git에서 GPG key로 signoff 하기 (1)
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 | grep ^sec | |
sub 4096R/4CFE2390 2013-10-16 [expires: 2017-10-16] | |
# ^--- your key id |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment