[tor-commits] [webwml/staging] use the full keyid for the debian signing key

sebastian at torproject.org sebastian at torproject.org
Fri Nov 18 13:05:16 UTC 2016


commit 1786a1678c19fadc7d417d777fa6c70fa17173b4
Author: Roger Dingledine <arma at torproject.org>
Date:   Thu Oct 13 14:58:45 2016 -0400

    use the full keyid for the debian signing key
    
    maybe this will avoid confusion or mistakes by some users
---
 docs/en/debian.wml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/docs/en/debian.wml b/docs/en/debian.wml
index 411985e..3b1bf0b 100644
--- a/docs/en/debian.wml
+++ b/docs/en/debian.wml
@@ -254,7 +254,7 @@ version
 <div id="sig">
 <p>Then add the gpg key used to sign the packages by running the following commands at your command prompt:</p>
 <blockquote><pre>
-gpg --keyserver keys.gnupg.net --recv 886DDD89
+gpg --keyserver keys.gnupg.net --recv A3C4F0F979CAA22CDBA8F512EE8CBC9E886DDD89
 gpg --export A3C4F0F979CAA22CDBA8F512EE8CBC9E886DDD89 | sudo apt-key add -
 </pre></blockquote>
 </div>
@@ -303,7 +303,7 @@ in place of <DISTRIBUTION>.
 Then add the gpg key used to sign the packages by running the following
 commands at your command prompt:
 <pre style="margin: 1.5em 0 1.5em 2em">
-gpg --keyserver keys.gnupg.net --recv 886DDD89
+gpg --keyserver keys.gnupg.net --recv A3C4F0F979CAA22CDBA8F512EE8CBC9E886DDD89
 gpg --export A3C4F0F979CAA22CDBA8F512EE8CBC9E886DDD89 | sudo apt-key add -
 </pre>
 Now refresh your sources, running the following command (as root) at your
@@ -370,7 +370,7 @@ sid, saucy, ...) in place of
 <p>
 Then run the following commands at your command prompt:
 <pre style="margin: 1.5em 0 1.5em 2em">
-gpg --keyserver keys.gnupg.net --recv 886DDD89
+gpg --keyserver keys.gnupg.net --recv A3C4F0F979CAA22CDBA8F512EE8CBC9E886DDD89
 gpg --export A3C4F0F979CAA22CDBA8F512EE8CBC9E886DDD89 | sudo apt-key add -
 apt-get update
 apt-get install tor deb.torproject.org-keyring





More information about the tor-commits mailing list