diff options
author | drduh <drduh@users.noreply.github.com> | 2016-05-18 13:41:55 -0400 |
---|---|---|
committer | drduh <drduh@users.noreply.github.com> | 2016-05-18 13:41:55 -0400 |
commit | 45d2b41a8359b6b2fc494625dd7d8d1ff188ae2d (patch) | |
tree | c0afacc075a00bc7ab8d1f8929d4b04dc36c6662 /README.md | |
parent | Use variable to store Key ID (diff) | |
parent | Export public key to file (diff) | |
download | YubiKey-Guide-45d2b41a8359b6b2fc494625dd7d8d1ff188ae2d.tar.gz |
Merge pull request #2 from victorso/patch-2
Export public key to file
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -787,7 +787,7 @@ Type `key 1` again to deselect and `key 2` to switch to the next key. ## Export public key - $ gpg --armor --export $KEYID > /mnt/public-usb-key/ + $ gpg --armor --export $KEYID > /mnt/public-usb-key/pubkey.asc # Using keys |