I want to request a problem with renewal certificates via certbot. I have got a strange situation, because when I am trying to run manuall command: certbot renew - it is working properly, but when I use from certbot.timer and certbot.service from system's service - it doesn't work.
Output with errors:
2025-12-10 10:51:44,336:DEBUG:certbot._internal.display.obj:Notifying user: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
2025-12-10 10:51:44,337:DEBUG:certbot._internal.log:Exiting abnormally:
Traceback (most recent call last):
File "/usr/bin/certbot", line 33, in
sys.exit(load_entry_point('certbot==1.21.0', 'console_scripts', 'certbot')())
File "/usr/lib/python3/dist-packages/certbot/main.py", line 15, in main
return internal_main.main(cli_args)
File "/usr/lib/python3/dist-packages/certbot/_internal/main.py", line 1574, in main
return config.func(config, plugins)
File "/usr/lib/python3/dist-packages/certbot/_internal/main.py", line 1460, in renew
renewal.handle_renewal_request(config)
File "/usr/lib/python3/dist-packages/certbot/_internal/renewal.py", line 500, in handle_renewal_request
raise errors.Error("{0} renew failure(s), {1} parse failure(s)".format(
certbot.errors.Error: 1 renew failure(s), 0 parse failure(s)
2025-12-10 10:51:44,337:ERROR:certbot._internal.log:1 renew failure(s), 0 parse failure(s)
Hi,
This command generated details regarding certificates, keys and expiry date. It looks good.
Maybe, no correctly describe my problems with cerbot, so generally, certbot is working fine, when I use command certbot renew.
But I want that cerbot should work automatically without run any command from my side, only by system.
Yes, I wanted to see the output to know more about the Certbot configuration for its certificates.
The error message during your timer renewal said something is wrong with a Certbot config file.
Instead of above would you show the contents of every conf file in /etc/letsencrypt/renewal. You can redact the account number if you wish
There is not much I can do with sample info. I've asked for specific info a couple times now. And, you didn't fill out much of the info from the form you were shown when posting.
You could try upgrading your 4 year old version of Certbot to the current version.