public inbox for development@lists.ipfire.org
 help / color / mirror / Atom feed
From: "Peter Müller" <peter.mueller@link38.eu>
To: development@lists.ipfire.org
Subject: [PATCH] generate ECDSA key on existing installations
Date: Wed, 11 Oct 2017 19:46:35 +0200	[thread overview]
Message-ID: <20171011194635.66f9b18a.peter.mueller@link38.eu> (raw)

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

This is required since Apache crashes if any of the key/certificate files
does not exist.

Signed-off-by: Peter Müller <peter.mueller(a)link38.eu>
---
 config/rootfiles/core/115/update.sh | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/config/rootfiles/core/115/update.sh b/config/rootfiles/core/115/update.sh
index 4b30cd8b6..941f8df87 100644
--- a/config/rootfiles/core/115/update.sh
+++ b/config/rootfiles/core/115/update.sh
@@ -35,6 +35,7 @@ done
 openvpnctrl -k
 openvpnctrl -kn2n
 
+
 # Extract files
 extract_files
 
@@ -48,6 +49,9 @@ ldconfig
 # Update Language cache
 /usr/local/bin/update-lang-cache
 
+# generate ECDSA key on existing installations to prevent Apache from crashing
+/usr/local/bin/httpscert
+
 # Start services
 /etc/rc.d/init.d/apache2 restart
 openvpnctrl -s
-- 
2.13.6

                 reply	other threads:[~2017-10-11 17:46 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=20171011194635.66f9b18a.peter.mueller@link38.eu \
    --to=peter.mueller@link38.eu \
    --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