]> sipb.mit.edu Git - wiki.git/blobdiff - doc/apache-client-certs.mdwn
And it re-translates HTML entities in block quotes.
[wiki.git] / doc / apache-client-certs.mdwn
index 7342483bb3b4b4ead048c777c2fe04965fc7fecf..da598d5f3524087d49bf4e4fd33b676b56551266 100644 (file)
@@ -21,10 +21,10 @@ 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:
 
     SSLVerifyClient require
-    <Location />
+    <Location />
         AuthSSLCertVar SSL_CLIENT_S_DN_Email
         AuthSSLCertStripSuffix "@MIT.EDU"
-    &lt;/Location&gt;
+    </Location>
 
 You'll also need to enable the Apache modules.