public inbox for development@lists.ipfire.org
 help / color / mirror / Atom feed
From: "Peter Müller" <peter.mueller@ipfire.org>
To: development@lists.ipfire.org
Subject: [PATCH 4/5] Drop RSA key and certificate from HTTPS configuration
Date: Fri, 20 Sep 2024 14:20:21 +0000	[thread overview]
Message-ID: <20240920142022.589371-4-peter.mueller@ipfire.org> (raw)
In-Reply-To: <20240920142022.589371-1-peter.mueller@ipfire.org>

[-- Attachment #1: Type: text/plain, Size: 738 bytes --]

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

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
 
-- 
2.39.5


  parent reply	other threads:[~2024-09-20 14:20 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-09-20 14:20 [PATCH 1/5] sshd: Do not generate new RSA host key on first boot Peter Müller
2024-09-20 14:20 ` [PATCH 2/5] apache: Drop RSA key and certificate generation Peter Müller
2024-09-20 14:20 ` [PATCH 3/5] sshd_config: Drop RSA key Peter Müller
2024-09-20 14:20 ` Peter Müller [this message]
2024-09-20 14:20 ` [PATCH 5/5] backup: No longer save RSA keys Peter Müller

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20240920142022.589371-4-peter.mueller@ipfire.org \
    --to=peter.mueller@ipfire.org \
    --cc=development@lists.ipfire.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox