-
-
Notifications
You must be signed in to change notification settings - Fork 171
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Invalid self-signature on user ID for PGP key #3446
Comments
Is there a specific reason why you're doing things this way instead of following https://github.com/Xpra-org/xpra/wiki/Download#-for-debian-based-distributions ? wget -q https://xpra.org/gpg.asc -O- | sudo apt-key add - My guess is that the problem comes from |
I believe you are on the right track with these SHA-1 signatures. There might be a way out of that because it looks to me like there are at least 15 signatures but you must remove the obsolete/insecure SHA-1 signatures. At least this is how I understand Fixing old SHA1-infested OpenPGP keys. I also checked the German article that is referenced and it is vital not to skip the expiration step because that forces gpg to generate new secure signatures. The expiration value is not important and can be changed back again to the original value. |
Done. Thanks for the details! Until the key propagates through the pgp network. Re-importing the key fixes things: wget -q https://xpra.org/gpg.asc -O- | sudo apt-key add - |
Excellent, thanks, I just tried without
|
And, as I had feared, this is causing pain: #3499 For the record, we've been using |
What a mess. To try to avoid breaking too many existing installations and instructions, I have now reverted part of the changes in this ticket: |
Describe the bug
I am trying to import the PGP key for the Debian Bullseye repository but GnuPG 2.2.27 insists that the user ID is not properly signed:
I was using
hkps://keyserver.ubuntu.com
as keyserver.A manual download of the key from https://xpra.org/gpg.asc yields the same issue when imported:
To Reproduce
see above
System Information (please complete the following information):
Additional context
The text was updated successfully, but these errors were encountered: