From 0d6b6a219ff9dc2735f4b4b6213f9936f4a239d7 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Sat, 21 Oct 2017 11:20:02 +0100 Subject: [PATCH] core115: Add missing parameter to actually generate new certificates Signed-off-by: Michael Tremer --- config/rootfiles/core/115/update.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/rootfiles/core/115/update.sh b/config/rootfiles/core/115/update.sh index 61634a7c85..20f870d601 100644 --- a/config/rootfiles/core/115/update.sh +++ b/config/rootfiles/core/115/update.sh @@ -50,7 +50,7 @@ ldconfig /usr/local/bin/update-lang-cache # generate ECDSA key on existing installations to prevent Apache from crashing -/usr/local/bin/httpscert +/usr/local/bin/httpscert new # Start services /etc/rc.d/init.d/apache2 restart -- 2.39.2