-
Notifications
You must be signed in to change notification settings - Fork 6
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
docs(verification): update fingerprint and key #69
Draft
theborakompanioni
wants to merge
1
commit into
master
Choose a base branch
from
docs/update-verification
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Changes from all commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,33 +1,34 @@ | ||
# Verification | ||
|
||
All [releases] are signed by one of the Jam [contributors]. As of this writing ([742,834][now]), releases are signed with [dergigi's PGP key][gigi] which has the following fingerprint: | ||
|
||
All [releases] are signed by one of the Jam [contributors]. As of this writing ([863,123][now]), releases are signed with [tbk's PGP key][tbk] which has the following fingerprint: | ||
``` | ||
8198 A185 30A5 22A0 9561 2439 89C4 A25E 69A5 DE7F | ||
3550 2225 7551 EAB1 26D7 5616 E807 0AF0 053A AC0D | ||
``` | ||
|
||
|
||
### v0.3.0 and above | ||
|
||
To verify a specific release, import the key | ||
|
||
``` | ||
curl https://dergigi.com/PGP.txt | gpg --import | ||
curl https://raw.githubusercontent.com/joinmarket-webui/jam-docker/refs/heads/master/standalone/pubkeys/tbk.asc | gpg --import | ||
``` | ||
|
||
and [verify the git tag][verify-tag] of your local copy: | ||
|
||
[verify-tag]: https://git-scm.com/docs/git-verify-tag | ||
|
||
``` | ||
git verify-tag v0.0.10 | ||
git verify-tag v0.3.0 | ||
``` | ||
|
||
This should produce an output that contains "good signature" as well as the key fingerprint mentioned above: | ||
|
||
``` | ||
gpg: Signature made Fr 5 Aug 14:17:58 2022 CEST | ||
gpg: using RSA key 8198A18530A522A09561243989C4A25E69A5DE7F | ||
gpg: Good signature from "Gigi <[email protected]>" [unknown] | ||
... | ||
Primary key fingerprint: 8198 A185 30A5 22A0 9561 2439 89C4 A25E 69A5 DE7F | ||
gpg: Signature made Wed 02 Oct 2024 10:19:46 AM UTC | ||
gpg: using RSA key 355022257551EAB126D75616E8070AF0053AAC0D | ||
gpg: Good signature from "theborakompanioni (no comment) <[email protected]>" [unknown] | ||
gpg: WARNING: This key is not certified with a trusted signature! | ||
gpg: There is no indication that the signature belongs to the owner. | ||
Primary key fingerprint: 3550 2225 7551 EAB1 26D7 5616 E807 0AF0 053A AC0D | ||
``` | ||
|
||
--- | ||
|
@@ -38,9 +39,41 @@ the version number on the [releases page][releases] on GitHub. | |
|
||
It should say that _"This tag was signed with the committer’s verified | ||
signature"_ and show you the last 16 characters of the GPG key ID listed above | ||
(`89C4 A25E 69A5 DE7F`). | ||
(`E807 0AF0 053A AC0D`). | ||
|
||
### Before v0.3.0 | ||
|
||
Releases before v0.3.0 were signed with [dergigi's PGP key][gigi] which has the following fingerprint: | ||
|
||
``` | ||
8198 A185 30A5 22A0 9561 2439 89C4 A25E 69A5 DE7F | ||
``` | ||
|
||
To verify a specific release, import the key | ||
|
||
``` | ||
curl https://dergigi.com/PGP.txt | gpg --import | ||
``` | ||
|
||
and [verify the git tag][verify-tag] of your local copy: | ||
|
||
``` | ||
git verify-tag v0.0.10 | ||
``` | ||
|
||
This should produce an output that contains "good signature" as well as the key fingerprint mentioned above: | ||
|
||
``` | ||
gpg: Signature made Fr 5 Aug 14:17:58 2022 CEST | ||
gpg: using RSA key 8198A18530A522A09561243989C4A25E69A5DE7F | ||
gpg: Good signature from "Gigi <[email protected]>" [unknown] | ||
... | ||
Primary key fingerprint: 8198 A185 30A5 22A0 9561 2439 89C4 A25E 69A5 DE7F | ||
``` | ||
|
||
[verify-tag]: https://git-scm.com/docs/git-verify-tag | ||
[releases]: https://github.com/joinmarket-webui/jam/releases | ||
[contributors]: https://github.com/joinmarket-webui/jam/graphs/contributors | ||
[now]: https://www.blockstream.info/block-height/742834 | ||
[now]: https://www.blockstream.info/block-height/863123 | ||
[tbk]: https://raw.githubusercontent.com/joinmarket-webui/jam-docker/refs/heads/master/standalone/pubkeys/tbk.asc | ||
[gigi]: https://dergigi.com/pgp/ |
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
otherwise the link is dead