-
-
Notifications
You must be signed in to change notification settings - Fork 5.8k
Can't verify the signature of gitea binary as per instructions #14817
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
Comments
This is not true. Gpg is verifying the signature as good. What it's reporting is that you don't trust the key that verifies that signature. That's your gpg trust level for [email protected] not ours. We've listed the gpg key in as many places as we can - keys.openpgp.org won't let you search for a key by email address unless a nonce sent to that email can be verified with the private key - we're on the sks pool and I think you can get the key on gitea.com too. Your level of whether you want to trust this key as the gitea project is up to you - I think we've done all we can to reasonably assure that this is the gitea project's key and so you should raise your personal trust level for the key - but gpg is telling you that it verifies signature. |
Thank you |
fixes #14817 Co-authored-by: techknowlogick <[email protected]>
fixes go-gitea#14817 Co-authored-by: techknowlogick <[email protected]>
[x]
):Description
Can't verify the signature of gitea binary as per instructions
Steps:
1 - gpg --keyserver keys.openpgp.org --recv 7C9E68152594688862D62AF62D9AE806EC1592E2
2 - Download gitea-1.13.2-linux-amd64.asc
3 - Download gitea-1.13.2-linux-amd64
4 - gpg --verify gitea-1.13.2-linux-amd64.asc gitea-1.13.2-linux-amd64
The text was updated successfully, but these errors were encountered: