Created
November 8, 2017 08:51
-
-
Save exalted/a0ec65fdbe388ffeb8aa258825f62c7a to your computer and use it in GitHub Desktop.
Revisions
-
exalted revised this gist
Nov 8, 2017 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -7,4 +7,4 @@ gpg --import foo.key # list all public & private keys (see what’s imported) gpg --list-keys ``` -
exalted created this gist
Nov 8, 2017 .There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,10 @@ ```bash # show without importing gpg --import --import-options show-only foo.key # import gpg --import foo.key # list all public & private keys (see what’s imported) gpg --list-keys ```