From 0b1fa9dbbd6d39e932a0f2470d75a5b7a11d948b Mon Sep 17 00:00:00 2001 From: Alexandre Aubin Date: Fri, 3 Feb 2017 14:23:22 +0100 Subject: [PATCH 1/2] Fixing migration instructions for those who manually installed lets encrypt --- certmanager.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/certmanager.md b/certmanager.md index cd60d2ca..344b8393 100644 --- a/certmanager.md +++ b/certmanager.md @@ -62,9 +62,7 @@ certificate on all your domains which have a self-signed certificate. You should go in your nginx configuration, and remove the `letsencrypt.conf` (or whatever you called the file containing the `location -'/.well-known/acme-challenge'` block) for each of your domains. Remove your -certificate renewer cron job in `/etc/cron.weekly/`, and backup and remove your -`/etc/letsencrypt/` folder. +'/.well-known/acme-challenge'` block) for each of your domains. Then run : @@ -74,6 +72,8 @@ yunohost domain cert-install your.domain.tld --force for each of your domains you want a Let's Encrypt certificate. +Finally, remove your certificate renewer cron job in `/etc/cron.weekly/`, then backup and remove you `/etc/letsencrypt/` folder. + Troubleshooting --------------- From 412aac33af95761daac8bc23eb2247abca7de188 Mon Sep 17 00:00:00 2001 From: Alexandre Aubin Date: Fri, 3 Feb 2017 14:25:16 +0100 Subject: [PATCH 2/2] =?UTF-8?q?Fix=20des=20instructions=20de=20migration?= =?UTF-8?q?=20pour=20LE=20si=20install=C3=A9=20manuellement?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- certmanager_fr.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/certmanager_fr.md b/certmanager_fr.md index 128c3df5..537dd1ff 100644 --- a/certmanager_fr.md +++ b/certmanager_fr.md @@ -63,10 +63,9 @@ 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. Supprimez aussi la tâche automatique (certificateRenewer) dans `/etc/cron.weekly/`, -et backupez puis supprimer le répertoire `/etc/letsencrypt/`. +de vos domaines. -Finalement, faites : +Tapez la commande suivante : ```bash yunohost domain cert-install your.domain.tld --force @@ -74,6 +73,9 @@ yunohost domain cert-install your.domain.tld --force pour chacun des domaines pour lesquels vous souhaitez avoir un certificat Let's Encrypt. +Finalement, supprimez la tâche automatique (certificateRenewer) dans `/etc/cron.weekly/`, +et backupez puis supprimez le répertoire `/etc/letsencrypt/`. + Dépannage ---------------