blob: a5ac874629fe5b319db50f18c77432da97284a6f (
plain)
1 diff -Nru httpd-2.2.6.orig/docs/conf/extra/httpd-ssl.conf.in httpd-2.2.6/docs/conf/extra/httpd-ssl.conf.in
2 --- httpd-2.2.6.orig/docs/conf/extra/httpd-ssl.conf.in 2007-09-07 16:24:03.000000000 +0200
3 +++ httpd-2.2.6/docs/conf/extra/httpd-ssl.conf.in 2007-09-07 16:27:15.000000000 +0200
4 @@ -96,7 +96,7 @@
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 "/etc/ssl/certs/apache.crt"
10 #SSLCertificateFile "@exp_sysconfdir@/server-dsa.crt"
11
12 # Server Private Key:
13 @@ -104,7 +104,7 @@
14 # directive to point at the key file. Keep in mind that if
15 # you've both a RSA and a DSA private key you can configure
16 # both in parallel (to also allow the use of DSA ciphers, etc.)
17 -SSLCertificateKeyFile "@exp_sysconfdir@/server.key"
18 +SSLCertificateKeyFile "/etc/ssl/keys/apache.key"
19 #SSLCertificateKeyFile "@exp_sysconfdir@/server-dsa.key"
20
21 # Server Certificate Chain:
|