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.
Description
Description
Details
Details
- Version
- 1.4.10
Event Timeline
Comment Actions
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