Page MenuHome GnuPG

deleted keys reappearing
Closed, ResolvedPublic

Description

Every time I create a new key on another computer and then import it (gpg
--import c:\secring.gpg), all the keys that I have previously deleted from the
keyring show up again in gpg4win. I then have to always go back and re-delete.

Details

Version
1.4.10

Event Timeline

lasseter set Version to 1.4.10.
lasseter added a subscriber: lasseter.
werner added a subscriber: werner.

Sure, you import all the keys store in secring.gpg. What you need to do is to
export the keys you want to import:

boxA: gpg --export 0x12345678 >foo.gpg

boxB: gpg --import foo.gpg

werner claimed this task.