]> sipb.mit.edu Git - wiki.git/blobdiff - doc/apache-client-certs.mdwn
update gutenbach url
[wiki.git] / doc / apache-client-certs.mdwn
index 841e103c57f0a9040cdf29fae418b76a855cbc31..d4a064279ef4e8e55802900b0c675cebe6abd59c 100644 (file)
@@ -4,7 +4,7 @@ While it's certainly possible to configure client-side certificate authenticatio
 
 ## Installing the modules
 
-If you're using Ubuntu, [Evan Broder](http://ebroder.net) has packaged the scripts.mit.edu modules for all current Ubuntu releases in a PPA.
+If you're using Ubuntu, Evan Broder has packaged the scripts.mit.edu modules for all current Ubuntu releases in a PPA.
 
 The [PPA homepage](https://launchpad.net/~broder/+archive/scripts-http-mods) includes instructions on how to install the PPA on your system, but if you're on Ubuntu Karmic or later, you can just run:
 
@@ -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"