-
Notifications
You must be signed in to change notification settings - Fork 619
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
Add info about which signing keys will be used for published artifacts #1049
Comments
Up to @xerial since his key is being used in CI. |
I think this key (fingerprint) has been used for releasing sqlite-jdbc:
|
@yogurtearl did you test the manual verification with the above key ? |
yep, that is the key that is being used to sign the latest binaries, would be helpful to put it in the docs, on the website or in the README. |
we would accept a PR in the readme, as we don't have a website. |
I ran into the same problem and just added #1076 with an update for the key. |
🎉 This issue has been resolved in |
Add info about which signing keys will be used for published artifacts.
For security purposes, it would be great if you were able to publish details (in the project docs) about gpg public keys that are "valid" for use when verifying signing artifacts uploaded to maven central.
This allows for "out of band" verification of the expected signing key.
Some examples of other libs publishing their signing keys:
https://square.github.io/okhttp/security/security/#verifying-artifacts
https://github.com/eclipse/jetty.project/blob/jetty-10.0.x/KEYS.txt
https://downloads.apache.org/commons/KEYS
https://downloads.apache.org/logging/KEYS
The text was updated successfully, but these errors were encountered: