Skip to content

Instantly share code, notes, and snippets.

@BarbaraEster
Created September 24, 2018 17:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save BarbaraEster/8b467c52309139314debfb094e06876b to your computer and use it in GitHub Desktop.
Save BarbaraEster/8b467c52309139314debfb094e06876b to your computer and use it in GitHub Desktop.
2018-09-23 12:00:03,773:DEBUG:certbot.main:certbot version: 0.26.1
2018-09-23 12:00:03,775:DEBUG:certbot.main:Arguments: []
2018-09-23 12:00:03,776:DEBUG:certbot.main:Discovered plugins: PluginsRegistry(PluginEntryPoint#manual,PluginEntryPoint#null,PluginEntryPoint#standalone,PluginEntryPoint#webroot)
2018-09-23 12:00:03,823:DEBUG:certbot.log:Root logging level set at 20
2018-09-23 12:00:03,825:INFO:certbot.log:Saving debug log to /var/log/letsencrypt/letsencrypt.log
2018-09-23 12:00:03,852:DEBUG:certbot.plugins.selection:Requested authenticator <certbot.cli._Default object at 0x7f827e7eb940> and installer <certbot.cli._Default object at 0x7f827e7eb940>
2018-09-23 12:00:03,869:DEBUG:certbot.storage:Should renew, less than 30 days before certificate expiry 2018-10-04 15:33:21 UTC.
2018-09-23 12:00:03,869:INFO:certbot.renewal:Cert is due for renewal, auto-renewing...
2018-09-23 12:00:03,870:DEBUG:certbot.plugins.selection:Requested authenticator manual and installer None
2018-09-23 12:00:03,871:DEBUG:certbot.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/dist-packages/certbot/plugins/disco.py", line 132, in prepare
self._initialized.prepare()
File "/usr/lib/python3/dist-packages/certbot/plugins/manual.py", line 121, in prepare
self.option_name('auth-hook')))
certbot.errors.PluginError: An authentication script must be provided with --manual-auth-hook when using the manual plugin non-interactively.
2018-09-23 12:00:03,875:DEBUG:certbot.plugins.selection:No candidate plugin
2018-09-23 12:00:03,876:DEBUG:certbot.plugins.selection:Selected authenticator None and installer None
2018-09-23 12:00:03,876:INFO:certbot.main:Could not choose appropriate plugin: 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.',)
2018-09-23 12:00:03,878:WARNING:certbot.renewal:Attempting to renew cert (fsautomacao.com.br) from /etc/letsencrypt/renewal/fsautomacao.com.br.conf produced an unexpected 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.',). Skipping.
2018-09-23 12:00:03,891:DEBUG:certbot.renewal:Traceback was:
Traceback (most recent call last):
File "/usr/lib/python3/dist-packages/certbot/renewal.py", line 430, in handle_renewal_request
main.renew_cert(lineage_config, plugins, renewal_candidate)
File "/usr/lib/python3/dist-packages/certbot/main.py", line 1191, in renew_cert
installer, auth = plug_sel.choose_configurator_plugins(config, plugins, "certonly")
File "/usr/lib/python3/dist-packages/certbot/plugins/selection.py", line 237, in choose_configurator_plugins
diagnose_configurator_problem("authenticator", req_auth, plugins)
File "/usr/lib/python3/dist-packages/certbot/plugins/selection.py", line 341, 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.',)
2018-09-23 12:00:03,893:ERROR:certbot.renewal:All renewal attempts failed. The following certs could not be renewed:
2018-09-23 12:00:03,893:ERROR:certbot.renewal: /etc/letsencrypt/live/fsautomacao.com.br/fullchain.pem (failure)
2018-09-23 12:00:03,898:DEBUG:certbot.log:Exiting abnormally:
Traceback (most recent call last):
File "/usr/bin/letsencrypt", line 11, in <module>
load_entry_point('certbot==0.26.1', 'console_scripts', 'certbot')()
File "/usr/lib/python3/dist-packages/certbot/main.py", line 1364, in main
return config.func(config, plugins)
File "/usr/lib/python3/dist-packages/certbot/main.py", line 1276, in renew
renewal.handle_renewal_request(config)
File "/usr/lib/python3/dist-packages/certbot/renewal.py", line 455, in handle_renewal_request
len(renew_failures), len(parse_failures)))
certbot.errors.Error: 1 renew failure(s), 0 parse failure(s)
2018-09-23 20:20:07,286:DEBUG:certbot.main:certbot version: 0.26.1
2018-09-23 20:20:07,287:DEBUG:certbot.main:Arguments: ['-q']
2018-09-23 20:20:07,288:DEBUG:certbot.main:Discovered plugins: PluginsRegistry(PluginEntryPoint#manual,PluginEntryPoint#null,PluginEntryPoint#standalone,PluginEntryPoint#webroot)
2018-09-23 20:20:07,309:DEBUG:certbot.log:Root logging level set at 30
2018-09-23 20:20:07,310:INFO:certbot.log:Saving debug log to /var/log/letsencrypt/letsencrypt.log
2018-09-23 20:20:07,328:DEBUG:certbot.plugins.selection:Requested authenticator <certbot.cli._Default object at 0x7f5209c09ac8> and installer <certbot.cli._Default object at 0x7f5209c09ac8>
2018-09-23 20:20:07,338:DEBUG:certbot.storage:Should renew, less than 30 days before certificate expiry 2018-10-04 15:33:21 UTC.
2018-09-23 20:20:07,339:INFO:certbot.renewal:Cert is due for renewal, auto-renewing...
2018-09-23 20:20:07,339:DEBUG:certbot.plugins.selection:Requested authenticator manual and installer None
2018-09-23 20:20:07,339:DEBUG:certbot.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/dist-packages/certbot/plugins/disco.py", line 132, in prepare
self._initialized.prepare()
File "/usr/lib/python3/dist-packages/certbot/plugins/manual.py", line 121, in prepare
self.option_name('auth-hook')))
certbot.errors.PluginError: An authentication script must be provided with --manual-auth-hook when using the manual plugin non-interactively.
2018-09-23 20:20:07,341:DEBUG:certbot.plugins.selection:No candidate plugin
2018-09-23 20:20:07,342:DEBUG:certbot.plugins.selection:Selected authenticator None and installer None
2018-09-23 20:20:07,342:INFO:certbot.main:Could not choose appropriate plugin: 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.',)
2018-09-23 20:20:07,343:WARNING:certbot.renewal:Attempting to renew cert (fsautomacao.com.br) from /etc/letsencrypt/renewal/fsautomacao.com.br.conf produced an unexpected 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.',). Skipping.
2018-09-23 20:20:07,349:DEBUG:certbot.renewal:Traceback was:
Traceback (most recent call last):
File "/usr/lib/python3/dist-packages/certbot/renewal.py", line 430, in handle_renewal_request
main.renew_cert(lineage_config, plugins, renewal_candidate)
File "/usr/lib/python3/dist-packages/certbot/main.py", line 1191, in renew_cert
installer, auth = plug_sel.choose_configurator_plugins(config, plugins, "certonly")
File "/usr/lib/python3/dist-packages/certbot/plugins/selection.py", line 237, in choose_configurator_plugins
diagnose_configurator_problem("authenticator", req_auth, plugins)
File "/usr/lib/python3/dist-packages/certbot/plugins/selection.py", line 341, 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.',)
2018-09-23 20:20:07,349:ERROR:certbot.renewal:All renewal attempts failed. The following certs could not be renewed:
2018-09-23 20:20:07,350:ERROR:certbot.renewal: /etc/letsencrypt/live/fsautomacao.com.br/fullchain.pem (failure)
2018-09-23 20:20:07,350:DEBUG:certbot.log:Exiting abnormally:
Traceback (most recent call last):
File "/usr/bin/certbot", line 11, in <module>
load_entry_point('certbot==0.26.1', 'console_scripts', 'certbot')()
File "/usr/lib/python3/dist-packages/certbot/main.py", line 1364, in main
return config.func(config, plugins)
File "/usr/lib/python3/dist-packages/certbot/main.py", line 1276, in renew
renewal.handle_renewal_request(config)
File "/usr/lib/python3/dist-packages/certbot/renewal.py", line 455, in handle_renewal_request
len(renew_failures), len(parse_failures)))
certbot.errors.Error: 1 renew failure(s), 0 parse failure(s)
2018-09-24 00:00:03,230:DEBUG:certbot.main:certbot version: 0.26.1
2018-09-24 00:00:03,231:DEBUG:certbot.main:Arguments: []
2018-09-24 00:00:03,233:DEBUG:certbot.main:Discovered plugins: PluginsRegistry(PluginEntryPoint#manual,PluginEntryPoint#null,PluginEntryPoint#standalone,PluginEntryPoint#webroot)
2018-09-24 00:00:03,251:DEBUG:certbot.log:Root logging level set at 20
2018-09-24 00:00:03,252:INFO:certbot.log:Saving debug log to /var/log/letsencrypt/letsencrypt.log
2018-09-24 00:00:03,268:DEBUG:certbot.plugins.selection:Requested authenticator <certbot.cli._Default object at 0x7f6cefe15a20> and installer <certbot.cli._Default object at 0x7f6cefe15a20>
2018-09-24 00:00:03,281:DEBUG:certbot.storage:Should renew, less than 30 days before certificate expiry 2018-10-04 15:33:21 UTC.
2018-09-24 00:00:03,281:INFO:certbot.renewal:Cert is due for renewal, auto-renewing...
2018-09-24 00:00:03,282:DEBUG:certbot.plugins.selection:Requested authenticator manual and installer None
2018-09-24 00:00:03,282:DEBUG:certbot.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/dist-packages/certbot/plugins/disco.py", line 132, in prepare
self._initialized.prepare()
File "/usr/lib/python3/dist-packages/certbot/plugins/manual.py", line 121, in prepare
self.option_name('auth-hook')))
certbot.errors.PluginError: An authentication script must be provided with --manual-auth-hook when using the manual plugin non-interactively.
2018-09-24 00:00:03,284:DEBUG:certbot.plugins.selection:No candidate plugin
2018-09-24 00:00:03,284:DEBUG:certbot.plugins.selection:Selected authenticator None and installer None
2018-09-24 00:00:03,284:INFO:certbot.main:Could not choose appropriate plugin: 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.',)
2018-09-24 00:00:03,285:WARNING:certbot.renewal:Attempting to renew cert (fsautomacao.com.br) from /etc/letsencrypt/renewal/fsautomacao.com.br.conf produced an unexpected 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.',). Skipping.
2018-09-24 00:00:03,287:DEBUG:certbot.renewal:Traceback was:
Traceback (most recent call last):
File "/usr/lib/python3/dist-packages/certbot/renewal.py", line 430, in handle_renewal_request
main.renew_cert(lineage_config, plugins, renewal_candidate)
File "/usr/lib/python3/dist-packages/certbot/main.py", line 1191, in renew_cert
installer, auth = plug_sel.choose_configurator_plugins(config, plugins, "certonly")
File "/usr/lib/python3/dist-packages/certbot/plugins/selection.py", line 237, in choose_configurator_plugins
diagnose_configurator_problem("authenticator", req_auth, plugins)
File "/usr/lib/python3/dist-packages/certbot/plugins/selection.py", line 341, 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.',)
2018-09-24 00:00:03,287:ERROR:certbot.renewal:All renewal attempts failed. The following certs could not be renewed:
2018-09-24 00:00:03,287:ERROR:certbot.renewal: /etc/letsencrypt/live/fsautomacao.com.br/fullchain.pem (failure)
2018-09-24 00:00:03,288:DEBUG:certbot.log:Exiting abnormally:
Traceback (most recent call last):
File "/usr/bin/letsencrypt", line 11, in <module>
load_entry_point('certbot==0.26.1', 'console_scripts', 'certbot')()
File "/usr/lib/python3/dist-packages/certbot/main.py", line 1364, in main
return config.func(config, plugins)
File "/usr/lib/python3/dist-packages/certbot/main.py", line 1276, in renew
renewal.handle_renewal_request(config)
File "/usr/lib/python3/dist-packages/certbot/renewal.py", line 455, in handle_renewal_request
len(renew_failures), len(parse_failures)))
certbot.errors.Error: 1 renew failure(s), 0 parse failure(s)
2018-09-24 01:18:39,694:DEBUG:certbot.main:certbot version: 0.26.1
2018-09-24 01:18:39,696:DEBUG:certbot.main:Arguments: ['-q']
2018-09-24 01:18:39,697:DEBUG:certbot.main:Discovered plugins: PluginsRegistry(PluginEntryPoint#manual,PluginEntryPoint#null,PluginEntryPoint#standalone,PluginEntryPoint#webroot)
2018-09-24 01:18:39,726:DEBUG:certbot.log:Root logging level set at 30
2018-09-24 01:18:39,728:INFO:certbot.log:Saving debug log to /var/log/letsencrypt/letsencrypt.log
2018-09-24 01:18:39,752:DEBUG:certbot.plugins.selection:Requested authenticator <certbot.cli._Default object at 0x7f590325ab70> and installer <certbot.cli._Default object at 0x7f590325ab70>
2018-09-24 01:18:39,765:DEBUG:certbot.storage:Should renew, less than 30 days before certificate expiry 2018-10-04 15:33:21 UTC.
2018-09-24 01:18:39,766:INFO:certbot.renewal:Cert is due for renewal, auto-renewing...
2018-09-24 01:18:39,766:DEBUG:certbot.plugins.selection:Requested authenticator manual and installer None
2018-09-24 01:18:39,767:DEBUG:certbot.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/dist-packages/certbot/plugins/disco.py", line 132, in prepare
self._initialized.prepare()
File "/usr/lib/python3/dist-packages/certbot/plugins/manual.py", line 121, in prepare
self.option_name('auth-hook')))
certbot.errors.PluginError: An authentication script must be provided with --manual-auth-hook when using the manual plugin non-interactively.
2018-09-24 01:18:39,769:DEBUG:certbot.plugins.selection:No candidate plugin
2018-09-24 01:18:39,770:DEBUG:certbot.plugins.selection:Selected authenticator None and installer None
2018-09-24 01:18:39,770:INFO:certbot.main:Could not choose appropriate plugin: 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.',)
2018-09-24 01:18:39,771:WARNING:certbot.renewal:Attempting to renew cert (fsautomacao.com.br) from /etc/letsencrypt/renewal/fsautomacao.com.br.conf produced an unexpected 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.',). Skipping.
2018-09-24 01:18:39,776:DEBUG:certbot.renewal:Traceback was:
Traceback (most recent call last):
File "/usr/lib/python3/dist-packages/certbot/renewal.py", line 430, in handle_renewal_request
main.renew_cert(lineage_config, plugins, renewal_candidate)
File "/usr/lib/python3/dist-packages/certbot/main.py", line 1191, in renew_cert
installer, auth = plug_sel.choose_configurator_plugins(config, plugins, "certonly")
File "/usr/lib/python3/dist-packages/certbot/plugins/selection.py", line 237, in choose_configurator_plugins
diagnose_configurator_problem("authenticator", req_auth, plugins)
File "/usr/lib/python3/dist-packages/certbot/plugins/selection.py", line 341, 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.',)
2018-09-24 01:18:39,776:ERROR:certbot.renewal:All renewal attempts failed. The following certs could not be renewed:
2018-09-24 01:18:39,777:ERROR:certbot.renewal: /etc/letsencrypt/live/fsautomacao.com.br/fullchain.pem (failure)
2018-09-24 01:18:39,778:DEBUG:certbot.log:Exiting abnormally:
Traceback (most recent call last):
File "/usr/bin/certbot", line 11, in <module>
load_entry_point('certbot==0.26.1', 'console_scripts', 'certbot')()
File "/usr/lib/python3/dist-packages/certbot/main.py", line 1364, in main
return config.func(config, plugins)
File "/usr/lib/python3/dist-packages/certbot/main.py", line 1276, in renew
renewal.handle_renewal_request(config)
File "/usr/lib/python3/dist-packages/certbot/renewal.py", line 455, in handle_renewal_request
len(renew_failures), len(parse_failures)))
certbot.errors.Error: 1 renew failure(s), 0 parse failure(s)
2018-09-24 12:00:04,474:DEBUG:certbot.main:certbot version: 0.26.1
2018-09-24 12:00:04,475:DEBUG:certbot.main:Arguments: []
2018-09-24 12:00:04,476:DEBUG:certbot.main:Discovered plugins: PluginsRegistry(PluginEntryPoint#manual,PluginEntryPoint#null,PluginEntryPoint#standalone,PluginEntryPoint#webroot)
2018-09-24 12:00:04,516:DEBUG:certbot.log:Root logging level set at 20
2018-09-24 12:00:04,517:INFO:certbot.log:Saving debug log to /var/log/letsencrypt/letsencrypt.log
2018-09-24 12:00:04,540:DEBUG:certbot.plugins.selection:Requested authenticator <certbot.cli._Default object at 0x7f81e684bb00> and installer <certbot.cli._Default object at 0x7f81e684bb00>
2018-09-24 12:00:04,556:DEBUG:certbot.storage:Should renew, less than 30 days before certificate expiry 2018-10-04 15:33:21 UTC.
2018-09-24 12:00:04,556:INFO:certbot.renewal:Cert is due for renewal, auto-renewing...
2018-09-24 12:00:04,557:DEBUG:certbot.plugins.selection:Requested authenticator manual and installer None
2018-09-24 12:00:04,557:DEBUG:certbot.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/dist-packages/certbot/plugins/disco.py", line 132, in prepare
self._initialized.prepare()
File "/usr/lib/python3/dist-packages/certbot/plugins/manual.py", line 121, in prepare
self.option_name('auth-hook')))
certbot.errors.PluginError: An authentication script must be provided with --manual-auth-hook when using the manual plugin non-interactively.
2018-09-24 12:00:04,564:DEBUG:certbot.plugins.selection:No candidate plugin
2018-09-24 12:00:04,565:DEBUG:certbot.plugins.selection:Selected authenticator None and installer None
2018-09-24 12:00:04,565:INFO:certbot.main:Could not choose appropriate plugin: 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.',)
2018-09-24 12:00:04,567:WARNING:certbot.renewal:Attempting to renew cert (fsautomacao.com.br) from /etc/letsencrypt/renewal/fsautomacao.com.br.conf produced an unexpected 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.',). Skipping.
2018-09-24 12:00:04,572:DEBUG:certbot.renewal:Traceback was:
Traceback (most recent call last):
File "/usr/lib/python3/dist-packages/certbot/renewal.py", line 430, in handle_renewal_request
main.renew_cert(lineage_config, plugins, renewal_candidate)
File "/usr/lib/python3/dist-packages/certbot/main.py", line 1191, in renew_cert
installer, auth = plug_sel.choose_configurator_plugins(config, plugins, "certonly")
File "/usr/lib/python3/dist-packages/certbot/plugins/selection.py", line 237, in choose_configurator_plugins
diagnose_configurator_problem("authenticator", req_auth, plugins)
File "/usr/lib/python3/dist-packages/certbot/plugins/selection.py", line 341, 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.',)
2018-09-24 12:00:04,573:ERROR:certbot.renewal:All renewal attempts failed. The following certs could not be renewed:
2018-09-24 12:00:04,573:ERROR:certbot.renewal: /etc/letsencrypt/live/fsautomacao.com.br/fullchain.pem (failure)
2018-09-24 12:00:04,573:DEBUG:certbot.log:Exiting abnormally:
Traceback (most recent call last):
File "/usr/bin/letsencrypt", line 11, in <module>
load_entry_point('certbot==0.26.1', 'console_scripts', 'certbot')()
File "/usr/lib/python3/dist-packages/certbot/main.py", line 1364, in main
return config.func(config, plugins)
File "/usr/lib/python3/dist-packages/certbot/main.py", line 1276, in renew
renewal.handle_renewal_request(config)
File "/usr/lib/python3/dist-packages/certbot/renewal.py", line 455, in handle_renewal_request
len(renew_failures), len(parse_failures)))
certbot.errors.Error: 1 renew failure(s), 0 parse failure(s)
2018-09-24 13:45:44,386:DEBUG:certbot.main:certbot version: 0.26.1
2018-09-24 13:45:44,387:DEBUG:certbot.main:Arguments: ['-q']
2018-09-24 13:45:44,388:DEBUG:certbot.main:Discovered plugins: PluginsRegistry(PluginEntryPoint#manual,PluginEntryPoint#null,PluginEntryPoint#standalone,PluginEntryPoint#webroot)
2018-09-24 13:45:44,410:DEBUG:certbot.log:Root logging level set at 30
2018-09-24 13:45:44,412:INFO:certbot.log:Saving debug log to /var/log/letsencrypt/letsencrypt.log
2018-09-24 13:45:44,442:DEBUG:certbot.plugins.selection:Requested authenticator <certbot.cli._Default object at 0x7f00f6552ac8> and installer <certbot.cli._Default object at 0x7f00f6552ac8>
2018-09-24 13:45:44,455:DEBUG:certbot.storage:Should renew, less than 30 days before certificate expiry 2018-10-04 15:33:21 UTC.
2018-09-24 13:45:44,456:INFO:certbot.renewal:Cert is due for renewal, auto-renewing...
2018-09-24 13:45:44,456:DEBUG:certbot.plugins.selection:Requested authenticator manual and installer None
2018-09-24 13:45:44,456:DEBUG:certbot.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/dist-packages/certbot/plugins/disco.py", line 132, in prepare
self._initialized.prepare()
File "/usr/lib/python3/dist-packages/certbot/plugins/manual.py", line 121, in prepare
self.option_name('auth-hook')))
certbot.errors.PluginError: An authentication script must be provided with --manual-auth-hook when using the manual plugin non-interactively.
2018-09-24 13:45:44,460:DEBUG:certbot.plugins.selection:No candidate plugin
2018-09-24 13:45:44,460:DEBUG:certbot.plugins.selection:Selected authenticator None and installer None
2018-09-24 13:45:44,460:INFO:certbot.main:Could not choose appropriate plugin: 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.',)
2018-09-24 13:45:44,462:WARNING:certbot.renewal:Attempting to renew cert (fsautomacao.com.br) from /etc/letsencrypt/renewal/fsautomacao.com.br.conf produced an unexpected 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.',). Skipping.
2018-09-24 13:45:44,469:DEBUG:certbot.renewal:Traceback was:
Traceback (most recent call last):
File "/usr/lib/python3/dist-packages/certbot/renewal.py", line 430, in handle_renewal_request
main.renew_cert(lineage_config, plugins, renewal_candidate)
File "/usr/lib/python3/dist-packages/certbot/main.py", line 1191, in renew_cert
installer, auth = plug_sel.choose_configurator_plugins(config, plugins, "certonly")
File "/usr/lib/python3/dist-packages/certbot/plugins/selection.py", line 237, in choose_configurator_plugins
diagnose_configurator_problem("authenticator", req_auth, plugins)
File "/usr/lib/python3/dist-packages/certbot/plugins/selection.py", line 341, 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.',)
2018-09-24 13:45:44,470:ERROR:certbot.renewal:All renewal attempts failed. The following certs could not be renewed:
2018-09-24 13:45:44,470:ERROR:certbot.renewal: /etc/letsencrypt/live/fsautomacao.com.br/fullchain.pem (failure)
2018-09-24 13:45:44,471:DEBUG:certbot.log:Exiting abnormally:
Traceback (most recent call last):
File "/usr/bin/certbot", line 11, in <module>
load_entry_point('certbot==0.26.1', 'console_scripts', 'certbot')()
File "/usr/lib/python3/dist-packages/certbot/main.py", line 1364, in main
return config.func(config, plugins)
File "/usr/lib/python3/dist-packages/certbot/main.py", line 1276, in renew
renewal.handle_renewal_request(config)
File "/usr/lib/python3/dist-packages/certbot/renewal.py", line 455, in handle_renewal_request
len(renew_failures), len(parse_failures)))
certbot.errors.Error: 1 renew failure(s), 0 parse failure(s)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment