diff --git a/README.rst b/README.rst index c27e64a..ab08c1e 100644 --- a/README.rst +++ b/README.rst @@ -5,9 +5,8 @@ This script is a work in progress! Almost working :-) TODO: -* check the GPG key generation; -* check the generation of the SSL certificate; -* check the configuration of postfix +* check the GPG key generation and the generation of the SSL certificate; +* check the configuration of postfix; * make the background workers start on boot; * apache.24.misp.ssl seems to be missing; * provide more options through variables (for the gpg keys, etc.). diff --git a/bootstrap.sh b/bootstrap.sh index 7c814de..d6e5383 100644 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -270,6 +270,9 @@ gpg --homedir $PATH_TO_MISP/.gnupg --export --armor $EMAIL_ADDRESS > $PATH_TO_MI # To make the background workers start on boot # !!! TODO +echo -e "\n--- Restarting Apache ---\n" +systemctl restart apache2 > /dev/null 2>&1 + echo -e "\n--- MISP is ready! ---\n" echo -e "\n--- Point your Web browser to http://127.0.0.1:5000 ---\n"