From 0b1fa9dbbd6d39e932a0f2470d75a5b7a11d948b Mon Sep 17 00:00:00 2001 From: Alexandre Aubin Date: Fri, 3 Feb 2017 14:23:22 +0100 Subject: [PATCH] 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 ---------------