estoy instalando certbot, ayuda por favor, a continuacion el procedimiento
My domain is: ediciones.uis.edu.co
I ran this command:
./certbot-auto --apache --apache-server-root /opt/rh/httpd24/root/etc/httpd --apache-vhost-root /opt/rh/httpd24/root/etc/httpd/conf.d --apache-logs-root /opt/rh/httpd24/root/var/log/httpd --apache-challenge-location /opt/rh/httpd24/root/etc/httpd
It produced this output:
Saving debug log to /var/log/letsencrypt/letsencrypt.log
The apache plugin is not working; there may be problems with your existing configuration.
The error was: NoInstallationError(âCannot find Apache executable apachectlâ,)
letsencrypt/letsencrypt.log:
2018-10-01 17:14:55,772:DEBUG:certbot.main:certbot version: 0.27.1
2018-10-01 17:14:55,772:DEBUG:certbot.main:Arguments: [ââapacheâ, ââapache-server-rootâ, â/opt/rh/httpd24/root/etc/httpdâ, ââapache-vhost-rootâ, â/opt/rh/httpd24/root/etc/httpd/conf.dâ, ââapache-logs-rootâ, â/opt/rh/httpd24/root/var/log/httpdâ, ââapache-challenge-locationâ, â/opt/rh/httpd24/root/etc/httpdâ]
2018-10-01 17:14:55,772:DEBUG:certbot.main:Discovered plugins: PluginsRegistry(PluginEntryPoint#apache,PluginEntryPoint#manual,PluginEntryPoint#nginx,PluginEntryPoint#null,PluginEntryPoint#standalone,PluginEntryPoint#webroot)
2018-10-01 17:14:55,796:DEBUG:certbot.log:Root logging level set at 20
2018-10-01 17:14:55,796:INFO:certbot.log:Saving debug log to /var/log/letsencrypt/letsencrypt.log
2018-10-01 17:14:55,798:DEBUG:certbot.plugins.selection:Requested authenticator apache and installer apache
2018-10-01 17:14:55,825:DEBUG:certbot.plugins.util:Failed to find executable apachectl in PATH: /usr/lib64/qt-3.3/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/root/bin
2018-10-01 17:14:55,825:DEBUG:certbot.plugins.disco:No installation (PluginEntryPoint#apache): Cannot find Apache executable apachectl
Traceback (most recent call last):
File â/opt/eff.org/certbot/venv/lib/python2.7/site-packages/certbot/plugins/disco.pyâ, line 132, in prepare
self._initialized.prepare()
File â/opt/eff.org/certbot/venv/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/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 apachectl
2018-10-01 17:14:55,827:DEBUG:certbot.plugins.selection:No candidate plugin
2018-10-01 17:14:55,828:DEBUG:certbot.plugins.selection:Selected authenticator None and installer None
My web server is (include version):
Apache24 (httpd24-httpd-devel.x86_64)
The operating system my web server runs on is (include version):
Linux red hat 7
My hosting provider, if applicable, is: uis.edu.co
I can login to a root shell on my machine (yes or no, or I donât know):
SI