My domain is:
(multiple domains on multiple servers)
I ran this command:
certbot certificates
It produced this output:
no certificates found
My web server is (include version):
nginx (v1.24.0)
The operating system my web server runs on is (include version):
ubuntu 20.04
My hosting provider, if applicable, is:
n/a
I can login to a root shell on my machine (yes or no, or I don't know):
yes
I'm using a control panel to manage my site (no, or provide the name and version of the control panel):
no
The version of my client is (e.g. output of certbot --version
or certbot-auto --version
if you're using Certbot):
2.6.0
============
More information:
I can see the certificates in /etc/letsencrypt/live
The /etc/letsencrypt/renewal folder is empty
Navigating to the sites, the webbrowser shows the current and correct certficates.
Running certbot renew does not renew any certificates even though certificates are within the 30 day renewal window.
I have this issue on multiple servers. So I'm definitely missing something simple. Just not sure what it is.
Does anyone know how certbot determines which certificates are on the server? Maybe I'm missing a configuration entry somewhere.
Thanks in advance for any assistance.