From d2d77fc2095279ab91896b9af85b9a4a0824a05f Mon Sep 17 00:00:00 2001 From: Lyanis SOUIDI Date: Wed, 11 Sep 2024 17:44:49 +0200 Subject: [PATCH] =?UTF-8?q?Ajout=20script=20trust=20autorit=C3=A9=20de=20c?= =?UTF-8?q?ertification=20de=20l'IUT?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/trust_ca.sh | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 config/trust_ca.sh diff --git a/config/trust_ca.sh b/config/trust_ca.sh new file mode 100644 index 0000000..756e2a3 --- /dev/null +++ b/config/trust_ca.sh @@ -0,0 +1,5 @@ +#!/bin/bash + +wget https://iut-fbleau.fr/iut-fbleau-root.crt -O /usr/local/share/ca-certificates/iut-fbleau-root.crt + +update-ca-certificates \ No newline at end of file