From: Peter Müller Date: Fri, 20 Sep 2024 14:20:21 +0000 (+0000) Subject: Drop RSA key and certificate from HTTPS configuration X-Git-Tag: v2.29-core190~103 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=2bd2b80189ad401e86f3d50603a3a1420cc124e2;p=ipfire-2.x.git Drop RSA key and certificate from HTTPS configuration Signed-off-by: Peter Müller Signed-off-by: Michael Tremer --- diff --git a/config/httpd/vhosts.d/ipfire-interface-ssl.conf b/config/httpd/vhosts.d/ipfire-interface-ssl.conf index 639f1d4796..278283d083 100644 --- a/config/httpd/vhosts.d/ipfire-interface-ssl.conf +++ b/config/httpd/vhosts.d/ipfire-interface-ssl.conf @@ -15,8 +15,6 @@ SSLHonorCipherOrder on SSLCompression off SSLSessionTickets off - SSLCertificateFile /etc/httpd/server.crt - SSLCertificateKeyFile /etc/httpd/server.key SSLCertificateFile /etc/httpd/server-ecdsa.crt SSLCertificateKeyFile /etc/httpd/server-ecdsa.key