From: Michael Tremer Date: Sat, 21 Oct 2017 10:20:02 +0000 (+0100) Subject: core115: Add missing parameter to actually generate new certificates X-Git-Tag: v2.19-core115~1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=0d6b6a219ff9dc2735f4b4b6213f9936f4a239d7;p=people%2Fstevee%2Fipfire-2.x.git core115: Add missing parameter to actually generate new certificates Signed-off-by: Michael Tremer --- 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