SteveLTN / https-portal

A fully automated HTTPS server powered by Nginx, Let's Encrypt and Docker.
MIT License
4.41k stars 295 forks source link

SSL certificate not renewing #320

Open quanghungthai opened 1 year ago

quanghungthai commented 1 year ago

I checked the logs and I got SSL handshake fail, then checked crontab -l, no crontab for root. And the site is about to expire in a few days, urgently needs to renew the SSL certs somehow. Please help!

Mr-Wulf commented 1 year ago

Open a docker session with:

docker-compose -f [path]/docker-compose.yml up

This will show messages live. I have found so many issues using this approach.