Appearance
How to renew a Let's Encrypt certificate
Certificates renew automatically. Force:
bash
yunohost domain cert-renew <domain>
# install if missing:
yunohost domain cert install <domain>
ls /etc/yunohost/certs/<domain>/
sudo nginx -t && sudo systemctl reload nginx
curl -sI https://<domain> | head -10