From ae5c1ce6c899c8a32f640f21d9ecdace6285b8aa Mon Sep 17 00:00:00 2001 From: dan Date: Mon, 1 Feb 2021 00:42:37 +0100 Subject: [PATCH] =?UTF-8?q?Correction=20concernant=20la=20cr=C3=A9ation=20?= =?UTF-8?q?du=20certificat=20letsencrypt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index bd32335..7c61b08 100644 --- a/README.md +++ b/README.md @@ -285,11 +285,11 @@ Puis on fait le petit `chmod 600 /root/.ovh.ini` kivabien. Génération à blanc *dry-run* du certificat. ```bash -certbot certonly --dns-ovh --dns-ovh-credentials ~/.ovh.ini -d *.krhacken.org --dry-run +certbot certonly --dns-ovh --dns-ovh-credentials ~/.ovh.ini --cert-name krhacken.org -d "*.krhacken.org, krhacken.org" --dry-run ``` Si tout s'est bien passé : ```bash -certbot certonly --dns-ovh --dns-ovh-credentials ~/.ovh.ini -d *.krhacken.org +certbot certonly --dns-ovh --dns-ovh-credentials ~/.ovh.ini --cert-name krhacken.org -d "*.krhacken.org, krhacken.org" ``` #### Mise en place des certificats pour HAProxy