]> sipb.mit.edu Git - wiki.git/commitdiff
Fix path to mitCAclient.pem.
authorAnders Kaseorg <andersk@mit.edu>
Wed, 10 Mar 2010 00:33:30 +0000 (19:33 -0500)
committersipb-www <sipb-www@bees-knees.mit.edu>
Wed, 10 Mar 2010 00:33:30 +0000 (19:33 -0500)
doc/apache-client-certs.mdwn

index 76fdfcb932ca8bd9a936996f0b9b4c38893779c1..d4a064279ef4e8e55802900b0c675cebe6abd59c 100644 (file)
@@ -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
     <Location />
         AuthSSLCertVar SSL_CLIENT_S_DN_Email
         AuthSSLCertStripSuffix "@MIT.EDU"