quick-docs/modules/ROOT/pages/_partials/2delete-proc_copying-public-gpg-keys-manually.adoc

11 lines
302 B
Text
Raw Normal View History

2018-03-02 15:34:56 +00:00
[[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:
----
2021-02-09 09:27:15 +00:00
gpg --export --armor johndoe@example.com > johndoe-pubkey.asc
2018-03-02 15:34:56 +00:00
----
2021-02-09 09:27:15 +00:00
Now see <<safeguarding-your-secret-key>>.