[4/5] Drop RSA key and certificate from HTTPS configuration

Message ID 20240920142022.589371-4-peter.mueller@ipfire.org
State Staged
Commit 2bd2b80189ad401e86f3d50603a3a1420cc124e2
Headers
Series [1/5] sshd: Do not generate new RSA host key on first boot |

Commit Message

Peter Müller Sept. 20, 2024, 2:20 p.m. UTC
  Signed-off-by: Peter Müller <peter.mueller@ipfire.org>
---
 config/httpd/vhosts.d/ipfire-interface-ssl.conf | 2 --
 1 file changed, 2 deletions(-)
  

Patch

diff --git a/config/httpd/vhosts.d/ipfire-interface-ssl.conf b/config/httpd/vhosts.d/ipfire-interface-ssl.conf
index 639f1d479..278283d08 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