From b9dbd3f651b72e1e20d590e680571d4e892a4c22 Mon Sep 17 00:00:00 2001 From: mh Date: Sat, 1 Nov 2008 12:03:26 +0000 Subject: fixed default paths --- files/conf.d/CentOS/ssl_defaults.inc | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'files') diff --git a/files/conf.d/CentOS/ssl_defaults.inc b/files/conf.d/CentOS/ssl_defaults.inc index b4301ec..6b22d57 100644 --- a/files/conf.d/CentOS/ssl_defaults.inc +++ b/files/conf.d/CentOS/ssl_defaults.inc @@ -24,14 +24,16 @@ SSLCipherSuite HIGH:MEDIUM:!ADH:-SSLv2 # the certificate is encrypted, then you will be prompted for a # pass phrase. Note that a kill -HUP will prompt again. A new # certificate can be generated using the genkey(1) command. -#SSLCertificateFile /etc/pki/tls/certs/static.swissflirt.ch.crt +#SSLCertificateFile /etc/pki/tls/certs/localhost.crt + # Server Private Key: # If the key is not combined with the certificate, use this # 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.) -#SSLCertificateKeyFile /etc/pki/tls/private/static.swissflirt.ch.key +#SSLCertificateKeyFile /etc/pki/tls/private/localhost.key + # Server Certificate Chain: # Point SSLCertificateChainFile at a file containing the -- cgit v1.2.3