Hi @jumpman, and welcome to the LE community forum
I'd check to ensure the IP is up-to-date.
Compare results of:
nslookup mafoexterieur.duckdns.org
curl ifconfig.io
If they are the same, then I'd check the NAT/port-forwarding.
Follow the HTTP path to ensure it can reach the proper Docker container.
[ensuring no other system (including the host) is using HTTP]
If HTTP can reach the Docker container, then ensure the web service is working and can respond to HTTP requests.
I use Home assistant and it works fine but today I received a mail because let s encrypt certificate is expired.
So I restart the container swag but now, safari can't establish a secure connection.
I need to open the port 80 for test http//****.mafoexterieur.duckdns.org ?
Only when using the HTTP Challenge. But, you most recently got a wildcard cert which uses the DNS Challenge. So, opening port 80 wouldn't help that. And, your server now is using that latest wildcard cert.
Do you have any detailed logs or error messages from the system that requests your certificates?
Certificate exists; parameters unchanged; starting nginx
The cert is either expired or it expires within the next day. Attempting to renew. This could take up to 10 minutes.
<------------------------------------------------->
<------------------------------------------------->
cronjob running on Fri Dec 15 20:18:00 CET 2023
Running certbot renew
/app/le-renew.sh: line 9: certbot: command not found
**** The following active confs have different version dates than the samples that are shipped. ****
**** This may be due to user customization or an update to the samples. ****
**** You should compare the following files to the samples in the same folder and update them. ****
**** Use the link at the top of the file to view the changelog. ****
root@e5f0bbe4c8d8:/# certbot renew
bash: certbot: command not found
root@e5f0bbe4c8d8:/# sudo certbot renew
bash: sudo: command not found
root@e5f0bbe4c8d8:/#
the commands was try in swag console but doesn't works
Hi,
Portainer is probably the problem.
I replace by this in my swag stack docker compose: image: linuxserver/swag:latest
And now it works, I have new certificate.
Thanks for your help