From: Anders Kaseorg Date: Wed, 10 Mar 2010 00:33:30 +0000 (-0500) Subject: Fix path to mitCAclient.pem. X-Git-Url: https://sipb.mit.edu/gitweb.cgi/wiki.git/commitdiff_plain/cbb5b898d98d39079a57acfb9f547f6655a941f7 Fix path to mitCAclient.pem. --- diff --git a/doc/apache-client-certs.mdwn b/doc/apache-client-certs.mdwn index 76fdfcb..d4a0642 100644 --- a/doc/apache-client-certs.mdwn +++ b/doc/apache-client-certs.mdwn @@ -20,7 +20,7 @@ You'll also need a working AFS client and the Athena client certificate CA. Both In addition to the standard Apache directives needed to enable SSL, you'll need a few more before the Apache modules work as they do on scripts. Add the following directives to each vhost that will be using SSL client-side certificate authentication: - SSLCACertificateFile /etc/ssl/clientCAs.pem + SSLCACertificateFile /etc/ssl/certs/mitCAclient.pem AuthSSLCertVar SSL_CLIENT_S_DN_Email AuthSSLCertStripSuffix "@MIT.EDU"