Error I see in the letsencrypt.log file.
2025-01-18 17:35:13,521:DEBUG:certbot._internal.main:certbot version: 2.6.0
2025-01-18 17:35:13,522:DEBUG:certbot._internal.main:Location of certbot entry point: /usr/bin/certbot
2025-01-18 17:35:13,522:DEBUG:certbot._internal.main:Arguments:
2025-01-18 17:35:13,523:DEBUG:certbot._internal.main:Discovered plugins: PluginsRegistry(PluginEntryPoint#manual,PluginEntryPoint#nginx,PluginEntryPoint#null,PluginEntryPoint#standalone,PluginEntryPoint#webroot)
2025-01-18 17:35:13,539:DEBUG:certbot._internal.log:Root logging level set at 30
2025-01-18 17:35:13,545:DEBUG:certbot._internal.display.obj:Notifying user: Processing /etc/letsencrypt/renewal/innpro.in.conf
2025-01-18 17:35:13,562:DEBUG:certbot._internal.plugins.selection:Requested authenticator <certbot._internal.cli.cli_utils._Default object at 0x7fc165734f70> and installer <certbot._internal.cli.cli_utils._Default object at 0x7fc165734f70>
2025-01-18 17:35:13,610:DEBUG:urllib3.connectionpool:Starting new HTTP connection (1): e5.o.lencr.org:80
2025-01-18 17:35:13,636:DEBUG:urllib3.connectionpool:http://e5.o.lencr.org:80 "POST / HTTP/1.1" 200 345
2025-01-18 17:35:13,637:DEBUG:certbot.ocsp:OCSP response for certificate /etc/letsencrypt/archive/innpro.in/cert5.pem is signed by the certificate's issuer.
2025-01-18 17:35:13,640:DEBUG:certbot.ocsp:OCSP certificate status for /etc/letsencrypt/archive/innpro.in/cert5.pem is: OCSPCertStatus.GOOD
2025-01-18 17:35:13,645:DEBUG:certbot._internal.storage:Should renew, less than 30 days before certificate expiry 2025-02-04 18:37:26 UTC.
2025-01-18 17:35:13,645:INFO:certbot._internal.renewal:Certificate is due for renewal, auto-renewing...
2025-01-18 17:35:13,645:DEBUG:certbot._internal.plugins.selection:Requested authenticator manual and installer None
2025-01-18 17:35:13,647:DEBUG:certbot._internal.plugins.disco:Other error:(PluginEntryPoint#manual): An authentication script must be provided with --manual-auth-hook when using the manual plugin non-interactively.
Traceback (most recent call last):
File "/usr/lib/python3.9/site-packages/certbot/_internal/plugins/disco.py", line 111, in prepare
self._initialized.prepare()
File "/usr/lib/python3.9/site-packages/certbot/_internal/plugins/manual.py", line 115, in prepare
raise errors.PluginError(
certbot.errors.PluginError: An authentication script must be provided with --manual-auth-hook when using the manual plugin non-interactively.
2025-01-18 17:35:13,649:DEBUG:certbot._internal.plugins.selection:No candidate plugin
2025-01-18 17:35:13,649:ERROR:certbot._internal.renewal:Failed to renew certificate innpro.in with error: The manual plugin is not working; there may be problems with your existing configuration.
The error was: PluginError('An authentication script must be provided with --manual-auth-hook when using the manual plugin non-interactively.')
2025-01-18 17:35:13,651:DEBUG:certbot._internal.renewal:Traceback was:
Traceback (most recent call last):
File "/usr/lib/python3.9/site-packages/certbot/_internal/renewal.py", line 533, in handle_renewal_request
main.renew_cert(lineage_config, plugins, renewal_candidate)
File "/usr/lib/python3.9/site-packages/certbot/_internal/main.py", line 1544, in renew_cert
installer, auth = plug_sel.choose_configurator_plugins(config, plugins, "certonly")
File "/usr/lib/python3.9/site-packages/certbot/_internal/plugins/selection.py", line 256, in choose_configurator_plugins
diagnose_configurator_problem("authenticator", req_auth, plugins)
File "/usr/lib/python3.9/site-packages/certbot/_internal/plugins/selection.py", line 374, in diagnose_configurator_problem
raise errors.PluginSelectionError(msg)
certbot.errors.PluginSelectionError: The manual plugin is not working; there may be problems with your existing configuration.
The error was: PluginError('An authentication script must be provided with --manual-auth-hook when using the manual plugin non-interactively.')
2025-01-18 17:35:13,651:DEBUG:certbot._internal.display.obj:Notifying user:
2025-01-18 17:35:13,651:ERROR:certbot._internal.renewal:All renewals failed. The following certificates could not be renewed:
2025-01-18 17:35:13,652:ERROR:certbot._internal.renewal: /etc/letsencrypt/live/innpro.in/fullchain.pem (failure)
2025-01-18 17:35:13,652:DEBUG:certbot._internal.display.obj:Notifying user: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
2025-01-18 17:35:13,652:DEBUG:certbot._internal.log:Exiting abnormally:
Traceback (most recent call last):
File "/usr/bin/certbot", line 8, in
sys.exit(main())
File "/usr/lib/python3.9/site-packages/certbot/main.py", line 19, in main
return internal_main.main(cli_args)
File "/usr/lib/python3.9/site-packages/certbot/_internal/main.py", line 1864, in main
return config.func(config, plugins)
File "/usr/lib/python3.9/site-packages/certbot/_internal/main.py", line 1636, in renew
renewal.handle_renewal_request(config)
File "/usr/lib/python3.9/site-packages/certbot/_internal/renewal.py", line 559, in handle_renewal_request
raise errors.Error(
certbot.errors.Error: 1 renew failure(s), 0 parse failure(s)
2025-01-18 17:35:13,655:ERROR:certbot._internal.log:1 renew failure(s), 0 parse failure(s)