Hi
Basically, I’m getting emails telling me my cert is up for renewal. Yet when I attempt to run the renew command I get the response below, telling me I don’t need to renew.
My domain is: electrocontent.com
I ran this command: certbot-auto renew
It produced this output:
Saving debug log to /var/log/letsencrypt/letsencrypt.log
-------------------------------------------------------------------------------
Processing /etc/letsencrypt/renewal/electrocontent.com.conf
-------------------------------------------------------------------------------
Cert not yet due for renewal
The following certs are not due for renewal yet:
/etc/letsencrypt/live/electrocontent.com/fullchain.pem (skipped)
No renewals were attempted.
The debug log has this:
2017-07-18 11:49:49,261:DEBUG:certbot.main:certbot version: 0.16.0
2017-07-18 11:49:49,262:DEBUG:certbot.main:Arguments: []
2017-07-18 11:49:49,262:DEBUG:certbot.main:Discovered plugins: PluginsRegistry(PluginEntryPoint#apache,PluginEntryPoint#manua$
2017-07-18 11:49:49,280:DEBUG:certbot.log:Root logging level set at 20
2017-07-18 11:49:49,281:INFO:certbot.log:Saving debug log to /var/log/letsencrypt/letsencrypt.log
2017-07-18 11:49:49,315:DEBUG:certbot.plugins.selection:Requested authenticator <certbot.cli._Default object at 0x7fa9e3f3e15$
2017-07-18 11:49:49,316:DEBUG:certbot.cli:Default Detector is Namespace(account=<certbot.cli._Default object at 0x7fa9e3f8b95$
2017-07-18 11:49:49,325:INFO:certbot.renewal:Cert not yet due for renewal
2017-07-18 11:49:49,325:DEBUG:certbot.renewal:no renewal failures
My web server is (include version): Apache/2.4.18 (Ubuntu)
The operating system my web server runs on is (include version): Ubuntu 16.04
My hosting provider, if applicable, is:
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.
Thanks for taking a look at this.
James