From 86503cd912f0dc4ed47953dbd01e56c13a4ff412 Mon Sep 17 00:00:00 2001 From: maxime Date: Wed, 25 Mar 2026 00:40:16 +0100 Subject: [PATCH] 1.2 --- run_flask.sh | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) 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