]> sipb.mit.edu Git - wiki.git/blobdiff - doc/apache-client-certs.mdwn
summer-reading: Phrasing changes
[wiki.git] / 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"