Skip to content
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

Where is the publishing GPG / PGP key? #661

Open
JonathanWilbur opened this issue Jul 8, 2024 · 2 comments
Open

Where is the publishing GPG / PGP key? #661

JonathanWilbur opened this issue Jul 8, 2024 · 2 comments

Comments

@JonathanWilbur
Copy link

I can't find it. I found somewhere you had one published back in 2017, but I can't fetch it using the command you gave. It would be nice to just be embedded right in this repository.

@westes
Copy link
Owner

westes commented Jul 8, 2024

  • What did you do?
  • What result did you get?
  • What result were you expecting?

@createyourpersonalaccount
Copy link
Contributor

In the release section you can find the signed tarballs.
With gpg --list-packets flex-2.6.4.tar.gz.sig you will be shown the issuer key ID which is E4B29C8D64885307. Then you can search for keys with this key ID from the key servers with gpg --search-keys E4B29C8D64885307. You could potentially have many matches due to short key ID collision; the name is supposed to give you a hint of who you're looking for. If you use the wrong key you will not be able to verify the signature against the tarball.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants