I have multiple OpenPGP keys that I am managing with GPG. The problem is, they have the same user ID and the same e-mail address. How do I tell GPG the difference when I am, say, encrypting a file?
Asked
Active
Viewed 1.2k times
gpg --recipient someone@example.com --local-user test@example.com --armor --sign --encrypt --verbose test.txt? pgp just use the first one found. – schemacs Jan 11 '20 at 11:28