On Fri,  4 Oct 2024 07:41, Mike Schleif said:

> Also, how ought I cleanup these old, unused keys?

  $ gpg --export --export-options backup > exported.gpg
  $ echo use-keyboxd ~/.gnupg/common.conf
  $ gpgconf -K all
  $ gpg --import --import-options restore < exported.gpg
  
If you use a decent 2.4 version.  If your version is older do

  $ gpg --export > exported.gpg
  $ mv ~/.gnupg/pubring.kbx ~/.gnupg/pubring.kbx-old
  $ mv ~/.gnupg/pubring.gpg ~/.gnupg/pubring.gpg-old
  $ gpg --import < exported.gpg


Salam-Shalom,

   Werner


-- 
The pioneers of a warless world are the youth that
refuse military service.             - A. Einstein

Attachment: openpgp-digital-signature.asc
Description: PGP signature

_______________________________________________
Gnupg-users mailing list
Gnupg-users@gnupg.org
https://lists.gnupg.org/mailman/listinfo/gnupg-users

Reply via email to