From mboxrd@z Thu Jan 1 00:00:00 1970 From: Peter =?utf-8?q?M=C3=BCller?= To: development@lists.ipfire.org Subject: [PATCH] generate ECDSA key on existing installations Date: Wed, 11 Oct 2017 19:46:35 +0200 Message-ID: <20171011194635.66f9b18a.peter.mueller@link38.eu> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============8336623191228873761==" List-Id: --===============8336623191228873761== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable This is required since Apache crashes if any of the key/certificate files does not exist. Signed-off-by: Peter M=C3=BCller --- 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 =20 + # Extract files extract_files =20 @@ -48,6 +49,9 @@ ldconfig # Update Language cache /usr/local/bin/update-lang-cache =20 +# generate ECDSA key on existing installations to prevent Apache from crashi= ng +/usr/local/bin/httpscert + # Start services /etc/rc.d/init.d/apache2 restart openvpnctrl -s --=20 2.13.6 --===============8336623191228873761==--