[tor-commits] [torouter/master] add torrouter key

ioerror at torproject.org ioerror at torproject.org
Thu Aug 18 16:41:14 UTC 2011


commit b0fa1713dd413ab26fba54aca2eaf03d3e18e89a
Author: Jacob Appelbaum <jacob at appelbaum.net>
Date:   Thu Aug 18 18:30:58 2011 +0200

    add torrouter key
---
 packages/torouter-prep/src/torouter_config.sh |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/packages/torouter-prep/src/torouter_config.sh b/packages/torouter-prep/src/torouter_config.sh
index aec9b48..5344411 100644
--- a/packages/torouter-prep/src/torouter_config.sh
+++ b/packages/torouter-prep/src/torouter_config.sh
@@ -20,8 +20,13 @@ useradd -g $ADMINGROUP -s /bin/bash $ADMINUSER
 # Install the Tor repo key
 # gpg --keyserver keys.gnupg.net --recv 886DDD89
 # gpg --export A3C4F0F979CAA22CDBA8F512EE8CBC9E886DDD89 | apt-key add -
+# This is the main Tor repo apt pubkey
 apt-get add $config_dir/A3C4F0F979CAA22CDBA8F512EE8CBC9E886DDD89.apt-key
 
+# This is the temp torrouter archive pubkey; this should be updated when we
+# freeze this repo and know what we want to do
+apt-get add $config_dir/047E6A24.asc
+
 # Set us to have a default host name and hosts file
 cp $config_dir/hostname /etc/hostname
 cp $config_dir/hosts /etc/hosts



More information about the tor-commits mailing list