Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
Library
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
Legacy
gitolite
user
sebastian
Library
Commits
d6316232
Commit
d6316232
authored
2 years ago
by
Hiro
Browse files
Options
Downloads
Patches
Plain Diff
Update key fingerprint used to verify metrics library release.
parent
2c54cc7b
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+9
-5
9 additions, 5 deletions
README.md
with
9 additions
and
5 deletions
README.md
+
9
−
5
View file @
d6316232
...
...
@@ -43,8 +43,8 @@ verification process by example.
Download the release tarball and the separate signature file:
```
wget https://dist.torproject.org/metrics-lib/
2.0.0
/metrics-lib-
2.0.0
.tar.gz
wget https://dist.torproject.org/metrics-lib/
2.0.0
/metrics-lib-
2.0.0
.tar.gz.asc
wget https://dist.torproject.org/metrics-lib/
<version>
/metrics-lib-
<version>
.tar.gz
wget https://dist.torproject.org/metrics-lib/
<version>
/metrics-lib-
<version>
.tar.gz.asc
```
(Note that earlier tarballs were named descriptor-VERSION.tar.gz and could
...
...
@@ -53,7 +53,7 @@ be found in https://dist.torproject.org/descriptor/.)
Attempt to verify the signature on the tarball:
```
gpg --verify metrics-lib-
2.0.0
.tar.gz.asc
gpg --verify metrics-lib-
<version>
.tar.gz.asc
```
If the signature cannot be verified due to the public key of the signer
...
...
@@ -61,10 +61,14 @@ not being locally available, download that public key from one of the key
servers and retry:
```
gpg --keyserver pgp.mit.edu --recv-key 0x
4EFD4FDC3F46D41E
gpg --verify metrics-lib-
2.0.0
.tar.gz.asc
gpg --keyserver pgp.mit.edu --recv-key 0x
2B4075479596D580
gpg --verify metrics-lib-
<version>
.tar.gz.asc
```
Alternatively you can also download the key from Tor Project's DB:
https://db.torproject.org/fetchkey.cgi?fingerprint=DC399D73B442F609261F126D2B4075479596D580
If the signature still cannot be verified, something is wrong!
But note that even if it can be verified, you now only know that the
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment