commit 2b914b4b48cf0b4b93a4e8d4120f53423ee15493
Author: David Fifield <[email protected]>
Date:   Wed Apr 24 23:57:29 2013 -0700

    Better names for certificate intermediate files.
---
 doc/facilitator-howto.txt |    8 ++------
 1 files changed, 2 insertions(+), 6 deletions(-)

diff --git a/doc/facilitator-howto.txt b/doc/facilitator-howto.txt
index 19da214..453ace6 100644
--- a/doc/facilitator-howto.txt
+++ b/doc/facilitator-howto.txt
@@ -163,15 +163,11 @@ authority. An article on making a certificate signing 
request and
 getting it signed is here:
        http://www.debian-administration.org/articles/284
 The instructions below assume you have an offline private key
-in fp-facilitator.key and a certificate in fp-facilitator.crt.
-
-Remove any passphrase from the private key.
-
-       $ openssl rsa -in fp-facilitator.key -out fp-facilitator.pem
+in fp-facilitator.key.pem and a certificate in fp-facilitator.crt.pem.
 
 Make a file containing both the private key and a certificate.
 
-       $ cat fp-facilitator.crt >> fp-facilitator.pem
+       $ cat fp-facilitator.key.pem fp-facilitator.crt.pem > fp-facilitator.pem
        $ chmod 400 fp-facilitator.pem
 
 Copy the new fp-facilitator.pem to the facilitator server as



_______________________________________________
tor-commits mailing list
[email protected]
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits

Reply via email to