A Quick Supplement

Peter Lebbing peter at digitalbrains.com
Fri Jul 14 20:56:46 CEST 2017


There's an option missing that could cause data loss in its absence:

$ gpg --armor --export > pub.asc

I'd make that:

$ gpg --armor --export-options export-local-sigs --export >pub.asc

If you have made any signatures that are not exportable (so lsign and
friends), they would not be exported otherwise. That is obviously what
it is for, but if you do this to make a backup of your own keyring, you
would still want to keep those.

And symmetrically, you'll want

$ gpg --import-options import-local-sigs --import pub.asc

HTH,

Peter.

-- 
I use the GNU Privacy Guard (GnuPG) in combination with Enigmail.
You can send me encrypted mail if you want some privacy.
My key is available at <http://digitalbrains.com/2012/openpgp-key-peter>

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 488 bytes
Desc: OpenPGP digital signature
URL: </pipermail/attachments/20170714/94e85d4c/attachment-0001.sig>


More information about the Gnupg-users mailing list