From 55d3e1fd604b585bb12448485140e9828b4c2ace Mon Sep 17 00:00:00 2001 From: Alexandre Aubin Date: Sun, 19 Feb 2017 18:33:07 +0100 Subject: [PATCH] =?UTF-8?q?[fix]=20Microdecision=20:=20fix=20instructions?= =?UTF-8?q?=20pour=20migrer=20des=20certs=20LE=20install=C3=A9s=20manuelle?= =?UTF-8?q?ment?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- certmanager_fr.md | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/certmanager_fr.md b/certmanager_fr.md index af9d308c..7b38c0ef 100644 --- a/certmanager_fr.md +++ b/certmanager_fr.md @@ -61,12 +61,18 @@ Let's Encrypt sur chacun de vos domaines ayant un certificat auto-signé. Il vous faut aller dans la configuration nginx et retirer les fichiers `letsencrypt.conf` (ou le nom que vous lui avez donné et qui contient un bloc `location '/.well-known/acme-challenge'`) pour chacun -de vos domaines. - -Tapez la commande suivante : +de vos domaines. Retirez les liens symboliques vers vos certificats actuels : ```bash -yunohost domain cert-install your.domain.tld --force +rm /etc/yunohost/certs/your.domain.tld/key.pem +rm /etc/yunohost/certs/your.domain.tld/crt.pem +``` + +Puis tapez les commandes suivantes : + +```bash +yunohost domain cert-install your.domain.tld --force --self-signed +yunohost domain cert-install your.domain.tld ``` pour chacun des domaines pour lesquels vous souhaitez avoir un certificat Let's Encrypt.