mirror of
https://github.com/SeanOMik/YubiKey-Guide.git
synced 2025-02-16 21:50:01 +00:00
Export public key to file
The public key must be written on a file.
This commit is contained in:
parent
da1ce278c6
commit
bce316b45c
1 changed files with 1 additions and 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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue