dougm 02/03/29 22:46:52
Modified: perl-framework/t/conf/ssl proxyssl.conf.in
Log:
add a SSLProxyCARevocationFile
Revision Changes Path
1.6 +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.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- proxyssl.conf.in 30 Mar 2002 06:21:42 -0000 1.5
+++ proxyssl.conf.in 30 Mar 2002 06:46:52 -0000 1.6
@@ -7,6 +7,7 @@
SSLProxyMachineCertificateFile @SSLCA@/asf/proxy/client_ok.pem
SSLProxyCACertificateFile @SSLCA@/asf/certs/ca.crt
SSLProxyVerify on
+ SSLProxyCARevocationFile @SSLCA@/asf/crl/ca-bundle.crl
</IfDefine>