[tor-commits] [flashproxy/master] Add SSLCertificateChainFile to facilitator-howto.txt.

dcf at torproject.org dcf at torproject.org
Thu Sep 6 23:19:48 UTC 2012


commit 074d8349e46128240de8cc09f420f7a145f6475f
Author: David Fifield <david at bamsoftware.com>
Date:   Thu Sep 6 16:17:36 2012 -0700

    Add SSLCertificateChainFile to facilitator-howto.txt.
---
 doc/facilitator-howto.txt |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/doc/facilitator-howto.txt b/doc/facilitator-howto.txt
index c46902b..560eeaf 100644
--- a/doc/facilitator-howto.txt
+++ b/doc/facilitator-howto.txt
@@ -117,7 +117,11 @@ these contents:
 		LogLevel warn
 		SSLEngine on
 		SSLCertificateFile /etc/apache2/tor-facilitator.pem
+		SSLCertificateChainFile /etc/apache2/intermediate.pem
 	</VirtualHost>
+intermediate.pem is a possible intermediate certificate file provided by
+the CA; if you did not get one, then leave off the
+SSLCertificateChainFile line.
 
 We purposely do not include a CustomLog directive so as to not to log
 client and proxy IP addresses.



More information about the tor-commits mailing list