I cannot get the certbot package to install. I have tried using the the snap option that did not work.
Using the certbot python2-certbot-apache gives me the missing mod_ssl error and will not install.
My domain is: http://realtruth.net
I ran this command: yum install certbot python2-certbot-apache
It produced this output:
Loaded plugins: fastestmirror, universal-hooks
Loading mirror speeds from cached hostfile
- EA4: 185.125.185.32
- cpanel-plugins: 185.125.185.32
- base: mirror.genesishosting.com
- epel: d2lzkl7pfhq30w.cloudfront.net
- extras: mirrors.gigenet.com
- updates: mirror.sesp.northwestern.edu
No package mod_ssl available.
Resolving Dependencies
--> Running transaction check
---> Package certbot.noarch 0:1.11.0-1.el7 will be installed
---> Package python2-certbot-apache.noarch 0:1.11.0-1.el7 will be installed
--> Processing Dependency: mod_ssl for package: python2-certbot-apache-1.11.0-1.el7.noarch
--> Processing Dependency: python-augeas for package: python2-certbot-apache-1.11.0-1.el7.noarch
--> Running transaction check
---> Package python-augeas.noarch 0:0.5.0-2.el7 will be installed
--> Processing Dependency: augeas-libs for package: python-augeas-0.5.0-2.el7.noarch
---> Package python2-certbot-apache.noarch 0:1.11.0-1.el7 will be installed
--> Processing Dependency: mod_ssl for package: python2-certbot-apache-1.11.0-1.el7.noarch
--> Running transaction check
---> Package augeas-libs.x86_64 0:1.4.0-10.el7 will be installed
---> Package python2-certbot-apache.noarch 0:1.11.0-1.el7 will be installed
--> Processing Dependency: mod_ssl for package: python2-certbot-apache-1.11.0-1.el7.noarch
--> Finished Dependency Resolution
Error: Package: python2-certbot-apache-1.11.0-1.el7.noarch (epel)
Requires: mod_ssl
You could try using --skip-broken to work around the problem
You could try running: rpm -Va --nofiles --nodigest
[root@server ~]# yum install certbot python2-certbot-apache
Loaded plugins: fastestmirror, universal-hooks
Loading mirror speeds from cached hostfile - EA4: 185.125.185.32
- cpanel-plugins: 185.125.185.32
- base: mirror.genesishosting.com
- epel: d2lzkl7pfhq30w.cloudfront.net
- extras: mirrors.gigenet.com
- updates: mirror.sesp.northwestern.edu
Resolving Dependencies
--> Running transaction check
---> Package certbot.noarch 0:1.11.0-1.el7 will be installed
---> Package python2-certbot-apache.noarch 0:1.11.0-1.el7 will be installed
--> Processing Dependency: mod_ssl for package: python2-certbot-apache-1.11.0-1.el7.noarch
--> Processing Dependency: python-augeas for package: python2-certbot-apache-1.11.0-1.el7.noarch
--> Running transaction check
---> Package python-augeas.noarch 0:0.5.0-2.el7 will be installed
--> Processing Dependency: augeas-libs for package: python-augeas-0.5.0-2.el7.noarch
---> Package python2-certbot-apache.noarch 0:1.11.0-1.el7 will be installed
--> Processing Dependency: mod_ssl for package: python2-certbot-apache-1.11.0-1.el7.noarch
--> Running transaction check
---> Package augeas-libs.x86_64 0:1.4.0-10.el7 will be installed
---> Package python2-certbot-apache.noarch 0:1.11.0-1.el7 will be installed
--> Processing Dependency: mod_ssl for package: python2-certbot-apache-1.11.0-1.el7.noarch
--> Finished Dependency Resolution
Error: Package: python2-certbot-apache-1.11.0-1.el7.noarch (epel)
Requires: mod_ssl
You could try using --skip-broken to work around the problem
You could try running: rpm -Va --nofiles --nodigest
My web server is (include version): CentOS 7 x86_64
The operating system my web server runs on is (include version):CentOS Linux 7.9.2009
My hosting provider, if applicable, is: a2
I can login to a root shell on my machine (yes or no, or I don't know): yes
I'm using a control panel to manage my site (no, or provide the name and version of the control panel):
Webmin
The version of my client is (e.g. output of certbot --version
or certbot-auto --version
if you're using Certbot): none cannot get it to install