]> git.ipfire.org Git - ipfire-2.x.git/commitdiff
core115: Add missing parameter to actually generate new certificates
authorMichael Tremer <michael.tremer@ipfire.org>
Sat, 21 Oct 2017 10:20:02 +0000 (11:20 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Sat, 21 Oct 2017 10:20:02 +0000 (11:20 +0100)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
config/rootfiles/core/115/update.sh

index 61634a7c859108cc7688d81002621088773ccf97..20f870d6017467baf961aefda2706c097924b565 100644 (file)
@@ -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