Skip to content

Commit

Permalink
Merge pull request #222 from phillamy/fix-tor-signature-check
Browse files Browse the repository at this point in the history
Tor : changed the key verification server to keys.openpgp.org
  • Loading branch information
Kexkey authored Jun 22, 2021
2 parents afd67bc + 9f1e127 commit 080cc3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tor_docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ RUN wget $TORGZ.asc && wget $TORGZ
# From https://2019.www.torproject.org/include/keys.txt
# Roger Dingledine: 0xEB5A896A28988BF5, 0xC218525819F78451
# Nick Mathewson: 0xFE43009C4607B1FB, 0x6AFEE6D49E92B601(signing key)
RUN gpg --keyserver pool.sks-keyservers.net --recv-keys 0xFE43009C4607B1FB 0x6AFEE6D49E92B601 \
RUN gpg --keyserver keys.openpgp.org --recv-keys 0xFE43009C4607B1FB 0x6AFEE6D49E92B601 \
&& gpg --verify tor-$TOR_VER.tar.gz.asc \
&& tar xfz tor-$TOR_VER.tar.gz && cd tor-$TOR_VER \
&& ./configure && make install
Expand Down

0 comments on commit 080cc3b

Please sign in to comment.