Skip to content

Commit 2f238ef

Browse files
committed
Fix PGP keys link
1 parent 70674f6 commit 2f238ef

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/content/docs/install/download-and-verify.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Continue copying and pasting the following commands in the terminal, then press
1111
<Steps>
1212
1. Download developer's PGP key over Tor and import locally
1313
```sh
14-
torsocks wget http://zkaan2xfbuxia2wpf7ofnkbz6r5zdbbvxbunvp5g2iebopbfc4iqmbad.onion/vks/v1/by-fingerprint/E53AD419B242822F19E23C6D3033D463D6E544F6 && gpg --import E53AD419B242822F19E23C6D3033D463D6E544F6
14+
torsocks wget https://keys.openpgp.org/vks/v1/by-fingerprint/E53AD419B242822F19E23C6D3033D463D6E544F6 && gpg --import E53AD419B242822F19E23C6D3033D463D6E544F6
1515
```
1616

1717
2. Download the latest version of Dojo from GitHub over Tor

src/content/docs/usage/updating-dojo.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ After your system has rebooted, log back in using your Dojo user credentials the
5050
<Steps>
5151
1. Download developer's PGP key over Tor and import locally
5252
```sh
53-
torsocks wget http://zkaan2xfbuxia2wpf7ofnkbz6r5zdbbvxbunvp5g2iebopbfc4iqmbad.onion/vks/v1/by-fingerprint/E53AD419B242822F19E23C6D3033D463D6E544F6 && gpg --import E53AD419B242822F19E23C6D3033D463D6E544F6
53+
torsocks wget https://keys.openpgp.org/vks/v1/by-fingerprint/E53AD419B242822F19E23C6D3033D463D6E544F6 && gpg --import E53AD419B242822F19E23C6D3033D463D6E544F6
5454
```
5555
Note: it is safe to run this command if you have already previously imported this public key when first installing Dojo.
5656

0 commit comments

Comments
 (0)