[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[tor-commits] [flashproxy/master] Put facilitator-reg-daemon instructions before the init script.
commit e1065b29d4f17a4fbee458f548f1bc01d89cb5af
Author: David Fifield <david@xxxxxxxxxxxxxxx>
Date: Fri Sep 20 21:22:14 2013 -0700
Put facilitator-reg-daemon instructions before the init script.
---
doc/facilitator-howto.txt | 34 ++++++++++++++++++----------------
1 file changed, 18 insertions(+), 16 deletions(-)
diff --git a/doc/facilitator-howto.txt b/doc/facilitator-howto.txt
index 38b02cb..a51d2b7 100644
--- a/doc/facilitator-howto.txt
+++ b/doc/facilitator-howto.txt
@@ -121,6 +121,24 @@ This installs facilitator.cgi, facilitator, facilitator-email-poller,
facilitator-reg-daemon, facilitator-reg, and fac.py to /usr/local/bin.
It also installs System V init files to /etc/init.d/.
+=== Registration daemon setup
+
+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
+
+You will have to edit flashproxy-reg-email and copy the contents of
+reg-daemon.pub into the appropriate place.
+
+Install reg-daemon.key /etc/flashproxy to match what the init script
+expects.
+
+=== Init script setup
+
# update-rc.d facilitator defaults
# /etc/init.d/facilitator start
# update-rc.d facilitator-reg-daemon defaults
@@ -182,22 +200,6 @@ Copy the new fp-facilitator.pem to the facilitator server as
# /etc/init.d/apache2 restart
-=== Registration daemon setup
-
-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
-
-You will have to edit flashproxy-reg-email and copy the contents of
-reg-daemon.pub into the appropriate place.
-
-Install reg-daemon.key /etc/flashproxy to match what the init script
-expects.
-
=== Email poller setup
The facilitator-email-poller program requires a password that is used to
_______________________________________________
tor-commits mailing list
tor-commits@xxxxxxxxxxxxxxxxxxxx
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits