Skip to content

Instantly share code, notes, and snippets.

@BarbaraEster
Created September 24, 2018 19:08
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/37c73c8d87a76dd450d70c6fb5807481 to your computer and use it in GitHub Desktop.
Save BarbaraEster/37c73c8d87a76dd450d70c6fb5807481 to your computer and use it in GitHub Desktop.
2018-09-24 16:05:24,795:DEBUG:certbot.main:certbot version: 0.27.1
2018-09-24 16:05:24,795:DEBUG:certbot.main:Arguments: ['-a', 'nginx', '-d', 'cesarpeixoto.com', '-d', 'www.cesarpeixoto.com', '--nginx-server-root', '/etc/nginx-sp/']
2018-09-24 16:05:24,795:DEBUG:certbot.main:Discovered plugins: PluginsRegistry(PluginEntryPoint#apache,PluginEntryPoint#manual,PluginEntryPoint#nginx,PluginEntryPoint#null,PluginEntryPoint#standalone,PluginEntryPoint#webroot)
2018-09-24 16:05:24,816:DEBUG:certbot.log:Root logging level set at 20
2018-09-24 16:05:24,818:INFO:certbot.log:Saving debug log to /var/log/letsencrypt/letsencrypt.log
2018-09-24 16:05:24,819:DEBUG:certbot.plugins.selection:Requested authenticator nginx and installer None
2018-09-24 16:05:24,845:DEBUG:certbot.plugins.util:Failed to find executable apache2ctl in PATH: /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin
2018-09-24 16:05:24,846:DEBUG:certbot.plugins.disco:No installation (PluginEntryPoint#apache): Cannot find Apache executable apache2ctl
Traceback (most recent call last):
File "/opt/eff.org/certbot/venv/local/lib/python2.7/site-packages/certbot/plugins/disco.py", line 132, in prepare
self._initialized.prepare()
File "/opt/eff.org/certbot/venv/local/lib/python2.7/site-packages/certbot_apache/configurator.py", line 232, in prepare
self._verify_exe_availability(self.option("ctl"))
File "/opt/eff.org/certbot/venv/local/lib/python2.7/site-packages/certbot_apache/configurator.py", line 277, in _verify_exe_availability
'Cannot find Apache executable {0}'.format(exe))
NoInstallationError: Cannot find Apache executable apache2ctl
2018-09-24 16:05:24,847:DEBUG:certbot.plugins.disco:No installation (PluginEntryPoint#nginx):
Traceback (most recent call last):
File "/opt/eff.org/certbot/venv/local/lib/python2.7/site-packages/certbot/plugins/disco.py", line 132, in prepare
self._initialized.prepare()
File "/opt/eff.org/certbot/venv/local/lib/python2.7/site-packages/certbot_nginx/configurator.py", line 139, in prepare
raise errors.NoInstallationError
NoInstallationError
2018-09-24 16:05:24,848:DEBUG:certbot.plugins.selection:No candidate plugin
2018-09-24 16:05:24,848:DEBUG:certbot.plugins.selection:No candidate plugin
2018-09-24 16:05:24,848:DEBUG:certbot.plugins.selection:Selected authenticator None and installer None
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment