commit 074d8349e46128240de8cc09f420f7a145f6475f Author: David Fifield david@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.
tor-commits@lists.torproject.org