[tor-commits] [flashproxy/master] Typos.
dcf at torproject.org
dcf at torproject.org
Thu Oct 4 00:34:59 UTC 2012
commit 692a4213fae4f839dd6d888803e93bfaa77921e9
Author: David Fifield <david at bamsoftware.com>
Date: Wed Oct 3 16:34:26 2012 -0700
Typos.
---
doc/facilitator-howto.txt | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/doc/facilitator-howto.txt b/doc/facilitator-howto.txt
index 5157659..1defc9c 100644
--- a/doc/facilitator-howto.txt
+++ b/doc/facilitator-howto.txt
@@ -177,7 +177,7 @@ it not readable or writable by anyone but its owner.
You need an RSA keypair because all client registrations over email are
encrypted.
- # openssl genrsa /etc/flashproxy/reg-email.key 2048
+ # openssl genrsa -out /etc/flashproxy/reg-email.key 2048
# chmod 600 /etc/flashproxy/reg-email.key
# openssl rsa -pubout < /etc/flashproxy/reg-email.key > reg-email.pub
@@ -185,5 +185,5 @@ You will have to edit flashproxy-reg-email and copy the contents of
reg-email.pub into the appropriate place.
Install reg-email.key and reg-email.pass to /etc/flashproxy to match
-what the init scritp expects, or else use the --key and --pass options
+what the init script expects, or else use the --key and --pass options
if you have them stored in another place.
More information about the tor-commits
mailing list