mirror of
https://github.com/YunoHost/doc.git
synced 2024-09-03 20:06:26 +02:00
Fixing migration instructions for those who manually installed lets encrypt
This commit is contained in:
parent
8ae4cae132
commit
0b1fa9dbbd
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
---------------
|
||||
|
||||
|
|
Loading…
Reference in a new issue