diff --git a/config/rootfiles/core/115/update.sh b/config/rootfiles/core/115/update.sh
index e0ee121ce..afeeca14a 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
 
@@ -44,10 +45,13 @@ ldconfig
 # Update Language cache
 #/usr/local/bin/update-lang-cache
 
+# generate ECDSA certificate and key file to prevent Apache from crashing on existing installations
+/usr/local/bin/httpscert
+
 # Start services
 openvpnctrl -s
 openvpnctrl -sn2n
-
+/etc/init.d/apache restart
 
 # This update need a reboot...
 #touch /var/run/need_reboot
