Magellan Linux

Annotation of /trunk/apache2/patches/apache2-2.2.4-default-ssl-settings.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 231 - (hide annotations) (download)
Sat Jun 30 02:24:36 2007 UTC (16 years, 11 months ago) by niro
File size: 2750 byte(s)
files for apache-2.2.4-r1

1 niro 231 diff -Naur httpd-2.2.4/docs/conf/extra/httpd-ssl.conf.in httpd-2.2.4-magellan/docs/conf/extra/httpd-ssl.conf.in
2     --- httpd-2.2.4/docs/conf/extra/httpd-ssl.conf.in 2005-11-13 18:17:31.000000000 +0100
3     +++ httpd-2.2.4-magellan/docs/conf/extra/httpd-ssl.conf.in 2007-06-30 04:02:28.000000000 +0200
4     @@ -96,16 +96,16 @@
5     # in mind that if you have both an RSA and a DSA certificate you
6     # can configure both in parallel (to also allow the use of DSA
7     # ciphers, etc.)
8     -SSLCertificateFile @exp_sysconfdir@/server.crt
9     -#SSLCertificateFile @exp_sysconfdir@/server-dsa.crt
10     +SSLCertificateFile @exp_sysconfdir@/ssl/server.crt
11     +#SSLCertificateFile @exp_sysconfdir@/ssl/server-dsa.crt
12    
13     # Server Private Key:
14     # If the key is not combined with the certificate, use this
15     # directive to point at the key file. Keep in mind that if
16     # you've both a RSA and a DSA private key you can configure
17     # both in parallel (to also allow the use of DSA ciphers, etc.)
18     -SSLCertificateKeyFile @exp_sysconfdir@/server.key
19     -#SSLCertificateKeyFile @exp_sysconfdir@/server-dsa.key
20     +SSLCertificateKeyFile @exp_sysconfdir@/ssl/server.key
21     +#SSLCertificateKeyFile @exp_sysconfdir@/ssl/server-dsa.key
22    
23     # Server Certificate Chain:
24     # Point SSLCertificateChainFile at a file containing the
25     @@ -114,7 +114,7 @@
26     # the referenced file can be the same as SSLCertificateFile
27     # when the CA certificates are directly appended to the server
28     # certificate for convinience.
29     -#SSLCertificateChainFile @exp_sysconfdir@/server-ca.crt
30     +#SSLCertificateChainFile @exp_sysconfdir@/ssl/server-ca.crt
31    
32     # Certificate Authority (CA):
33     # Set the CA certificate verification path where to find CA
34     @@ -123,8 +123,8 @@
35     # Note: Inside SSLCACertificatePath you need hash symlinks
36     # to point to the certificate files. Use the provided
37     # Makefile to update the hash symlinks after changes.
38     -#SSLCACertificatePath @exp_sysconfdir@/ssl.crt
39     -#SSLCACertificateFile @exp_sysconfdir@/ssl.crt/ca-bundle.crt
40     +#SSLCACertificatePath @exp_sysconfdir@/ssl/ssl.crt
41     +#SSLCACertificateFile @exp_sysconfdir@/ssl/ssl.crt/ca-bundle.crt
42    
43     # Certificate Revocation Lists (CRL):
44     # Set the CA revocation path where to find CA CRLs for client
45     @@ -133,8 +133,8 @@
46     # Note: Inside SSLCARevocationPath you need hash symlinks
47     # to point to the certificate files. Use the provided
48     # Makefile to update the hash symlinks after changes.
49     -#SSLCARevocationPath @exp_sysconfdir@/ssl.crl
50     -#SSLCARevocationFile @exp_sysconfdir@/ssl.crl/ca-bundle.crl
51     +#SSLCARevocationPath @exp_sysconfdir@/ssl/ssl.crl
52     +#SSLCARevocationFile @exp_sysconfdir@/ssl/ssl.crl/ca-bundle.crl
53    
54     # Client Authentication (Type):
55     # Client certificate verification type and depth. Types are