My domain is: geoapi.pt, and other subdomains at *.geoapi.pt
My web server is: nginx/1.26.2
The operating system my web server runs on is : Ubuntu 24.04.1 LTS
The version of my client is: certbot 3.0.1
I thought everything was working fine, though the certificates expired and I had to create new ones (yes, I ignored the emails, because I thought they were referring to older versions from a different server, since I moved server).
Everything is working fine now, but I just want to be sure the cron job is working fine
I ran sudo certbot renew --dry-run and everything seems to be working just fine:
Saving debug log to /var/log/letsencrypt/letsencrypt.log
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Processing /etc/letsencrypt/renewal/contabo2.joaopimentel.com.conf
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Simulating renewal of an existing certificate for contabo2.joaopimentel.com
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Processing /etc/letsencrypt/renewal/geoapi.pt.conf
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Simulating renewal of an existing certificate for geoapi.pt and 4 more domains
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Congratulations, all simulated renewals succeeded:
/etc/letsencrypt/live/contabo2.joaopimentel.com/fullchain.pem (success)
/etc/letsencrypt/live/geoapi.pt/fullchain.pem (success)
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
How can I tell if cron job for certbot (renew) is running?
I can't find anything in /etc/cron.*/*
sudo find /etc/cron.* -name cert*