docs/conf/sites-available/default_https.conf.in | 10 +++++----- 1 files changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/conf/sites-available/default_https.conf.in b/docs/conf/sites-available/default_https.conf.in index ef1c8a3..16b18e7 100644 --- a/docs/conf/sites-available/default_https.conf.in +++ b/docs/conf/sites-available/default_https.conf.in @@ -40,16 +40,16 @@ # 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.) - SSLCertificateFile "@exp_sysconfdir@/server.crt" - #SSLCertificateFile "@exp_sysconfdir@/server-dsa.crt" + SSLCertificateFile "@exp_sysconfdir@/ssl.crt/server.crt" + #SSLCertificateFile "@exp_sysconfdir@/ssl.crt/server-dsa.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 "@exp_sysconfdir@/server.key" - #SSLCertificateKeyFile "@exp_sysconfdir@/server-dsa.key" + SSLCertificateKeyFile "@exp_sysconfdir@/ssl.key/server.key" + #SSLCertificateKeyFile "@exp_sysconfdir@/ssl.key/server-dsa.key" # Server Certificate Chain: # Point SSLCertificateChainFile at a file containing the @@ -58,7 +58,7 @@ # the referenced file can be the same as SSLCertificateFile # when the CA certificates are directly appended to the server # certificate for convinience. - #SSLCertificateChainFile "@exp_sysconfdir@/server-ca.crt" + #SSLCertificateChainFile "@exp_sysconfdir@/ssl.crt/ca.crt" # Certificate Authority (CA): # Set the CA certificate verification path where to find CA