Skip to content
Snippets Groups Projects
Commit 36c59fa1 authored by Peter Palfrader's avatar Peter Palfrader
Browse files

formatting issues

parent 90abe46e
No related branches found
No related tags found
No related merge requests found
...@@ -8,20 +8,19 @@ See https://wiki.gnupg.org/WKD for details from upstream. ...@@ -8,20 +8,19 @@ See https://wiki.gnupg.org/WKD for details from upstream.
Torproject only implements key retrieval, which works using https GET Torproject only implements key retrieval, which works using https GET
requests, and not any of the update mechanisms. requests, and not any of the update mechanisms.
The directory is populated from the tor keyring[keyring]. When updates The directory is populated from the tor [account-keyring][keyring]. When
are pushed to the repo on alberti, a hook will rebuild the keyring, updates are pushed to the repo on alberti, a hook will rebuild the keyring,
rebuild the wkd directory tree, and push updates to the static mirrors. rebuild the wkd directory tree, and push updates to the static mirrors.
To build the tree, we currently use [debian-keyring][Debian's script]. To build the tree, we currently use [Debian's script][debian-keyring].
Key retrivals can be tested using gpg's wks client: Key retrivals can be tested using gpg's wks client:
weasel@orinoco:~$ systemctl --user stop dirmngr.service
weasel@orinoco:~$ systemctl --user stop dirmngr.service Warning: Stopping dirmngr.service, but it can still be activated by:
Warning: Stopping dirmngr.service, but it can still be activated by: dirmngr.socket
dirmngr.socket weasel@orinoco:~$ /usr/lib/gnupg/gpg-wks-client --check al@torproject.org && echo yay || echo boo
weasel@orinoco:~$ /usr/lib/gnupg/gpg-wks-client --check al@torproject.org && echo yay || echo boo yay
yay
[keyring]: ssh://git@git-rw.torproject.org/admin/account-keyring [keyring]: ssh://git@git-rw.torproject.org/admin/account-keyring
[debian-keyring]: https://salsa.debian.org/debian-keyring/keyring [debian-keyring]: https://salsa.debian.org/debian-keyring/keyring
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment