kr icon indicating copy to clipboard operation
kr copied to clipboard

"unknown" and unverified email addresses associated with pgp key

Open mamachanko opened this issue 5 years ago • 1 comments

Hi, after having successfully configured codesign I see unknown (to me) and unverified email addresses associated with my public key. I can not recall having ever configured [email protected] and [email protected] for either Github, Krypt or any other system could be remotely related to what's involved here.

screen shot 2019-03-07 at 20 56 30

My ~/.gitconfig looks innocent as well:

# This is Git's per-user configuration file.
[user]
	name = mamachanko
	email = <my actual, verified email address>
[github]
	name = mamachanko
[gpg]
	program = /usr/local/bin/krgpg
[commit]
[tag]
	forceSignAnnotated = true
[commit]
	gpgSign = true

What am I missing? Thank you!

mamachanko avatar Mar 07 '19 20:03 mamachanko

The same has happened to me today. There are no gitconfig files containing the extra two spurious emails on my workstation. I am on Ubuntu 20.04, gpg (GnuPG) 2.2.19

pjgoodall avatar Oct 18 '21 04:10 pjgoodall