Commit 59c6a716 authored by SeongJae Park's avatar SeongJae Park Committed by Jonathan Corbet

Documentation/process/maintainer-pgp-guide: Replace broken link to PGP path finder

PGP pathfinder[1], which is suggested for finding a trust path to
unknown PGP keys by 'maintainer-pgp-guide.rst', is not working now.
This commit replaces it with other available tools.

[1] https://pgp.cs.uu.nl/Signed-off-by: default avatarSeongJae Park <sjpark@amazon.de>
Reviewed-by: default avatarKonstantin Ryabitsev <konstantin@linuxfoundation.org>
Link: https://lore.kernel.org/r/20210812095030.4704-2-sj38.park@gmail.comSigned-off-by: default avatarJonathan Corbet <corbet@lwn.net>
parent 8c7a729d
...@@ -944,12 +944,11 @@ have on your keyring:: ...@@ -944,12 +944,11 @@ have on your keyring::
uid [ unknown] Linus Torvalds <torvalds@kernel.org> uid [ unknown] Linus Torvalds <torvalds@kernel.org>
sub rsa2048 2011-09-20 [E] sub rsa2048 2011-09-20 [E]
Next, open the `PGP pathfinder`_. In the "From" field, paste the key Next, find a trust path from Linus Torvalds to the key-id you found via ``gpg
fingerprint of Linus Torvalds from the output above. In the "To" field, --search`` of the unknown key. For this, you can use several tools including
paste the key-id you found via ``gpg --search`` of the unknown key, and https://github.com/mricon/wotmate,
check the results: https://git.kernel.org/pub/scm/docs/kernel/pgpkeys.git/tree/graphs, and
https://the.earth.li/~noodles/pathfind.html.
- `Finding paths to Linus`_
If you get a few decent trust paths, then it's a pretty good indication If you get a few decent trust paths, then it's a pretty good indication
that it is a valid key. You can add it to your keyring from the that it is a valid key. You can add it to your keyring from the
...@@ -962,6 +961,3 @@ administrators of the PGP Pathfinder service to not be malicious (in ...@@ -962,6 +961,3 @@ administrators of the PGP Pathfinder service to not be malicious (in
fact, this goes against :ref:`devs_not_infra`). However, if you fact, this goes against :ref:`devs_not_infra`). However, if you
do not carefully maintain your own web of trust, then it is a marked do not carefully maintain your own web of trust, then it is a marked
improvement over blindly trusting keyservers. improvement over blindly trusting keyservers.
.. _`PGP pathfinder`: https://pgp.cs.uu.nl/
.. _`Finding paths to Linus`: https://pgp.cs.uu.nl/paths/79BE3E4300411886/to/C94035C21B4F2AEB.html
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment