opt/apache/apache-ssl_cert.patch

22 lines
1.0 KiB
Diff
Raw Normal View History

2006-11-25 16:14:10 +01:00
diff -Nru httpd-2.2.3.orig/docs/conf/extra/httpd-ssl.conf.in httpd-2.2.3/docs/conf/extra/httpd-ssl.conf.in
--- httpd-2.2.3.orig/docs/conf/extra/httpd-ssl.conf.in 2006-11-25 10:10:32.723767703 +0100
+++ httpd-2.2.3/docs/conf/extra/httpd-ssl.conf.in 2006-11-25 10:11:26.143767703 +0100
@@ -96,7 +96,7 @@
2006-02-23 16:26:10 +01:00
# in mind that if you have both an RSA and a DSA certificate you
# can configure both in parallel (to also allow the use of DSA
# ciphers, etc.)
2006-11-25 16:14:10 +01:00
-SSLCertificateFile @exp_sysconfdir@/server.crt
2006-02-23 16:26:10 +01:00
+SSLCertificateFile /etc/ssl/certs/apache.crt
2006-11-25 16:14:10 +01:00
#SSLCertificateFile @exp_sysconfdir@/server-dsa.crt
2006-02-23 16:26:10 +01:00
# Server Private Key:
2006-11-25 16:14:10 +01:00
@@ -104,7 +104,7 @@
2006-02-23 16:26:10 +01:00
# directive to point at the key file. Keep in mind that if
# you've both a RSA and a DSA private key you can configure
# both in parallel (to also allow the use of DSA ciphers, etc.)
2006-11-25 16:14:10 +01:00
-SSLCertificateKeyFile @exp_sysconfdir@/server.key
2007-01-10 19:53:25 +01:00
+SSLCertificateKeyFile /etc/ssl/keys/apache.key
2006-11-25 16:14:10 +01:00
#SSLCertificateKeyFile @exp_sysconfdir@/server-dsa.key
2006-02-23 16:26:10 +01:00
# Server Certificate Chain: