From: Evan Broder Date: Wed, 6 Jan 2010 20:09:00 +0000 (-0600) Subject: And it re-translates HTML entities in block quotes. X-Git-Url: https://sipb.mit.edu/gitweb.cgi/wiki.git/commitdiff_plain/fbb8f5a056816075ddc8e93383c1179b917750f1?hp=865e6416a684559514998811e882a58fdbd36fb6 And it re-translates HTML entities in block quotes. --- diff --git a/doc/apache-client-certs.mdwn b/doc/apache-client-certs.mdwn index 7342483..da598d5 100644 --- a/doc/apache-client-certs.mdwn +++ b/doc/apache-client-certs.mdwn @@ -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 /> + AuthSSLCertVar SSL_CLIENT_S_DN_Email AuthSSLCertStripSuffix "@MIT.EDU" - </Location> + You'll also need to enable the Apache modules.