commit da9ed682791dd2aadf66b2da4406bb6f35bbcedd Author: David Fifield david@bamsoftware.com Date: Fri Sep 20 21:21:55 2013 -0700
Make explicit a couple of directories. --- doc/facilitator-howto.txt | 2 ++ 1 file changed, 2 insertions(+)
diff --git a/doc/facilitator-howto.txt b/doc/facilitator-howto.txt index 7f49d8a..38b02cb 100644 --- a/doc/facilitator-howto.txt +++ b/doc/facilitator-howto.txt @@ -111,6 +111,7 @@ Create the user the daemons will run as.
Install the programs.
+ # cd # apt-get install git python-m2crypto make # git clone https://git.torproject.org/flashproxy.git # cd flashproxy/facilitator @@ -186,6 +187,7 @@ Copy the new fp-facilitator.pem to the facilitator server as The facilitator-reg-daemon program requires a private RSA key (used to decrypt encrypted client registrations).
+ # mkdir /etc/flashproxy # openssl genrsa -out /etc/flashproxy/reg-daemon.key 2048 # chmod 600 /etc/flashproxy/reg-daemon.key # openssl rsa -pubout < /etc/flashproxy/reg-daemon.key > reg-daemon.pub
tor-commits@lists.torproject.org