diff --git a/run_flask.sh b/run_flask.sh index 2ba6893..24e56bf 100755 --- a/run_flask.sh +++ b/run_flask.sh @@ -40,6 +40,22 @@ else venv/bin/python -m pip install flask fi +cat << 'EOF' +================================= +Vérification des certificats SSL +================================== +EOF + +bash web_secu/ssl.sh + +cat << 'EOF' +============================= +Vérification du daemin Avahi +============================ +EOF +bash web_secu/avahi.sh + + cat << 'EOF' ================================ Lancement du serveur FLASK