mirror of
https://pagure.io/fedora-docs/quick-docs.git
synced 2024-11-25 13:44:51 +00:00
11 lines
299 B
Text
11 lines
299 B
Text
|
[[copying-public-gpg-keys-manually]]
|
||
|
= Copying a Public Key Manually
|
||
|
|
||
|
If you want to give or send a file copy of your key to someone, use this command to write it to an ASCII text file:
|
||
|
|
||
|
----
|
||
|
gpg2 --export --armor jqdoe@example.com > jqdoe-pubkey.asc
|
||
|
----
|
||
|
|
||
|
See now <<safeguarding-your-secret-key>>.
|