dougm 02/03/29 18:18:47
Modified: perl-framework/t/conf/ssl proxyssl.conf.in
Log:
configure an SSLProxyMachineCertificateFile
Revision Changes Path
1.4 +1 -0 httpd-test/perl-framework/t/conf/ssl/proxyssl.conf.in
Index: proxyssl.conf.in
===================================================================
RCS file: /home/cvs/httpd-test/perl-framework/t/conf/ssl/proxyssl.conf.in,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- proxyssl.conf.in 30 Mar 2002 01:41:10 -0000 1.3
+++ proxyssl.conf.in 30 Mar 2002 02:18:47 -0000 1.4
@@ -4,6 +4,7 @@
#these are not on by default in the 1.x based mod_ssl
<IfDefine APACHE2>
SSLProxyEngine On
+ SSLProxyMachineCertificateFile @SSLCA@/asf/proxy/client_ok.pem
#SSLProxyCACertificateFile @SSLCA@/asf/certs/ca.crt
#SSLProxyVerify on
</IfDefine>