From f80626e68c54ec6299034e3b0582ecbf11d28b39 Mon Sep 17 00:00:00 2001 From: Alexis Bonnet Date: Sun, 23 May 2021 12:15:09 +0000 Subject: [PATCH] =?UTF-8?q?docs:=20update=20S=C3=A9curit=C3=A9/Wildcard?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Sécurité/Wildcard.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Sécurité/Wildcard.html b/Sécurité/Wildcard.html index 8096806..b75d676 100644 --- a/Sécurité/Wildcard.html +++ b/Sécurité/Wildcard.html @@ -2,7 +2,7 @@ title: Certificat Wildcard - OVH description: Génération d'un certificat Wildcard pour tous vos sous-domaines d'OVH published: true -date: 2021-05-21T22:38:01.827Z +date: 2021-05-23T12:15:08.279Z tags: editor: ckeditor dateCreated: 2021-05-21T21:25:16.097Z @@ -17,8 +17,8 @@ dateCreated: 2021-05-21T21:25:16.097Z

Dans mon cas, mon nom de domaine est enregistré sur OVH. Pour générer le Wildcard, nous allons utiliser un plugin de certbot, dns-ovh.

Installation des dépendances

apt install python3-pip
-apt-get install certbot
-apt-get install python3-certbot-dns-ovh
+apt install certbot +apt install python3-certbot-dns-ovh

Création des accès à l'API d'OVH

On se rend sur le site de l'API d'OVH pour créer nos clés. Voici les droits à attribuer :