]> sipb.mit.edu Git - wiki.git/commitdiff
And it re-translates HTML entities in block quotes.
authorEvan Broder <broder@mit.edu>
Wed, 6 Jan 2010 20:09:00 +0000 (14:09 -0600)
committerEvan Broder <broder@mit.edu>
Wed, 6 Jan 2010 20:09:00 +0000 (14:09 -0600)
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
-    &lt;Location /&gt;
+    <Location />
         AuthSSLCertVar SSL_CLIENT_S_DN_Email
         AuthSSLCertStripSuffix "@MIT.EDU"
-    &lt;/Location&gt;
+    </Location>
 
 You'll also need to enable the Apache modules.