* [PATCH] generate ECDSA key on existing installations
@ 2017-10-11 17:46 Peter Müller
0 siblings, 0 replies; only message in thread
From: Peter Müller @ 2017-10-11 17:46 UTC (permalink / raw)
To: development
[-- 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
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2017-10-11 17:46 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-10-11 17:46 [PATCH] generate ECDSA key on existing installations Peter Müller
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox