My website is mindmapmaker.org
It's certificate was going to renew on 30th August 2026.
This is the output for 'certbot certificates' on 29th August.
Certificate Name: mindmapmaker.org
- Serial Number: 57e3d51f0bb009b3d1c3ff7396966380e64*
- Key Type: ECDSA*
- Identifiers: mindmapmaker.org app.mindmapmaker.org mindart.mindmapmaker.org www.app.mindmapmaker.org www.mindart.mindmapmaker.org www.mindmapmaker.org*
- Expiry Date: 2026-09-29 03:39:29+00:00 (VALID: 30 days)*
- Certificate Path: /etc/letsencrypt/live/mindmapmaker.org/fullchain.pem*
- Private Key Path: /etc/letsencrypt/live/mindmapmaker.org/privkey.pem*
This is the output for 'certbot certificates' on 30th August.
Certificate Name: mindmapmaker.org
- Serial Number: 57e3d51f0bb009b3d1c3ff7396966380e64*
- Key Type: ECDSA*
- Identifiers: mindmapmaker.org app.mindmapmaker.org mindart.mindmapmaker.org www.app.mindmapmaker.org www.mindart.mindmapmaker.org www.mindmapmaker.org*
- Expiry Date: 2026-09-29 03:39:29+00:00 (VALID: 29 days)*
- Certificate Path: /etc/letsencrypt/live/mindmapmaker.org/fullchain.pem*
- Private Key Path: /etc/letsencrypt/live/mindmapmaker.org/privkey.pem*
The following were in the log for auto renewing by snap on 30th August.
2026-08-30 19:00:10,665:DEBUG:certbot._internal.display.obj:Notifying user: Processing /etc/letsencrypt/renewal/mindmapmaker.org.conf
2026-08-30 19:00:10,668:DEBUG:certbot._internal.plugins.selection:Requested authenticator None and installer None
2026-08-30 19:00:10,668:DEBUG:certbot._internal.plugins.selection:Requested authenticator None and installer None
2026-08-30 19:00:10,680:DEBUG:acme.client:Sending GET request to https://acme-v02.api.letsencrypt.org/acme/renewal-info/uVnyjs8i8IbTN0j_dhQYuoLYVYc.BX49UfC7AJs9HD_3OWlmOA5k.
2026-08-30 19:00:10,726:DEBUG:urllib3.connectionpool:https://acme-v02.api.letsencrypt.org:443 "GET /acme/renewal-info/uVnyjs8i8IbTN0j_dhQYuoLYVYc.BX49UfC7AJs9HD_3OWlmOA5k HTTP/1.1" 200 101
2026-08-30 19:00:10,727:DEBUG:acme.client:Received response:
HTTP 200
Server: nginx
Date: Sun, 30 Aug 2026 13:30:10 GMT
Content-Type: application/json
Content-Length: 101
Connection: keep-alive
Cache-Control: public, max-age=0, no-cache
Link: https://acme-v02.api.letsencrypt.org/directory;rel="index"
Retry-After: 21756
X-Frame-Options: DENY
Strict-Transport-Security: max-age=604800
{
- "suggestedWindow": {*
- "start": "2026-08-29T06:23:34Z",*
- "end": "2026-08-31T01:34:24Z"*
- }*
}
2026-08-30 19:00:10,729:INFO:certbot._internal.ocsp:Cannot extract OCSP URI from /etc/letsencrypt/archive/mindmapmaker.org/cert2.pem
2026-08-30 19:00:10,730:DEBUG:certbot._internal.display.obj:Notifying user: Certificate not yet due for renewal
2026-08-30 19:00:10,731:DEBUG:certbot._internal.plugins.selection:Requested authenticator nginx and installer nginx
2026-08-30 19:00:10,731:DEBUG:certbot._internal.plugins.selection:Selecting plugin: * nginx
Description: Nginx Web Server plugin
Interfaces: Authenticator, Installer, Plugin
Entry point: EntryPoint(name='nginx', value='certbot_nginx._internal.entrypoint:ENTRYPOINT', group='certbot.plugins')
Initialized: <certbot._internal.plugins.nginx.configurator.NginxConfigurator object at 0x7f258fabaea0>
It was showing as 'Certificate not yet due for renewal'
After 5 minutes, I ran the command, 'certbot renew' manually. Then it was renewed properly.
The following was in the log.
__
Entry point: EntryPoint(name='nginx', value='certbot_nginx._internal.entrypoint:ENTRYPOINT', group='certbot.plugins')
Initialized: <certbot._internal.plugins.nginx.configurator.NginxConfigurator object at 0x7f66265d3e00>
2026-08-30 19:33:15,831:DEBUG:certbot._internal.display.obj:Notifying user: Processing /etc/letsencrypt/renewal/mindmapmaker.org.conf
2026-08-30 19:33:15,833:DEBUG:certbot._internal.plugins.selection:Requested authenticator None and installer None
2026-08-30 19:33:15,833:DEBUG:certbot._internal.plugins.selection:Requested authenticator None and installer None
2026-08-30 19:33:15,843:DEBUG:certbot._internal.renewal:Skipped ACME Renewal Info check because ari_retry_after 2026-08-31T01:02:46 is in the future
2026-08-30 19:33:15,843:INFO:certbot._internal.ocsp:Cannot extract OCSP URI from /etc/letsencrypt/archive/mindmapmaker.org/cert2.pem
2026-08-30 19:33:15,844:INFO:certbot._internal.renewal:Certificate is due for renewal, auto-renewing...
2026-08-30 19:33:15,844:DEBUG:certbot._internal.plugins.selection:Requested authenticator nginx and installer nginx
2026-08-30 19:33:17,021:DEBUG:certbot._internal.plugins.selection:Single candidate plugin: * nginx
Description: Nginx Web Server plugin
Interfaces: Authenticator, Installer, Plugin
Entry point: EntryPoint(name='nginx', value='certbot_nginx._internal.entrypoint:ENTRYPOINT', group='certbot.plugins')
Initialized: <certbot._internal.plugins.nginx.configurator.NginxConfigurator object at 0x7f6628e178c0>
Prep: True
2026-08-30 19:33:17,022:DEBUG:certbot._internal.plugins.selection:Single candidate plugin: * nginx
Description: Nginx Web Server plugin
Interfaces: Authenticator, Installer, Plugin
Entry point: EntryPoint(name='nginx', value='certbot_nginx._internal.entrypoint:ENTRYPOINT', group='certbot.plugins')
Initialized: <certbot._internal.plugins.nginx.configurator.NginxConfigurator object at 0x7f6628e178c0>
Prep: True
What was the issue? Why it didn't get renewed while trying to renew using the snap timer command in the background?
Thanks