[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[tor-commits] [webwml/master] Do not try to fetch the key from keyservers
commit bb9565587d53bae33ae3f3ea09bc3ba6bd9b16d8
Author: Peter Palfrader <peter@xxxxxxxxxxxxx>
Date: Tue Feb 5 13:12:15 2019 +0100
Do not try to fetch the key from keyservers
---
docs/en/debian.wml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/docs/en/debian.wml b/docs/en/debian.wml
index 5b230b3a..3a49d418 100644
--- a/docs/en/debian.wml
+++ b/docs/en/debian.wml
@@ -134,8 +134,8 @@ deb https://deb.torproject.org/torproject.org jessie main
<p>Then add the gpg key used to sign the packages by running the following
commands at your command prompt:
<blockquote><pre>
-# gpg2 --keyserver pgp.surfnet.nl --recv A3C4F0F979CAA22CDBA8F512EE8CBC9E886DDD89
-# gpg2 --export A3C4F0F979CAA22CDBA8F512EE8CBC9E886DDD89 | apt-key add -
+# curl https://deb.torproject.org/torproject.org/A3C4F0F979CAA22CDBA8F512EE8CBC9E886DDD89.asc | gpg --import
+# gpg --export A3C4F0F979CAA22CDBA8F512EE8CBC9E886DDD89 | apt-key add -
</pre></blockquote></p>
</div>
_______________________________________________
tor-commits mailing list
tor-commits@xxxxxxxxxxxxxxxxxxxx
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits