blob: e14d7baec735f67fb5b9171bff628172a0873f24 (
plain)
1 diff -Nru httpd-2.0.55.orig/docs/conf/ssl-std.conf.in httpd-2.0.55/docs/conf/ssl-std.conf.in
2 --- httpd-2.0.55.orig/docs/conf/ssl-std.conf.in 2005-10-15 09:54:54.000000000 +0200
3 +++ httpd-2.0.55/docs/conf/ssl-std.conf.in 2005-10-15 09:56:21.000000000 +0200
4 @@ -105,7 +105,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@/ssl.crt/server.crt
9 +SSLCertificateFile /etc/ssl/certs/apache.crt
10 #SSLCertificateFile @exp_sysconfdir@/ssl.crt/server-dsa.crt
11
12 # Server Private Key:
13 @@ -113,7 +113,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@/ssl.key/server.key
18 +SSLCertificateKeyFile /etc/ssl/keys/apache.key
19 #SSLCertificateKeyFile @exp_sysconfdir@/ssl.key/server-dsa.key
20
21 # Server Certificate Chain:
|