Difference between revisions of "Certbot with Apache"

m
 
Line 14: Line 14:
To install Certbot, type the following command;<syntaxhighlight lang="text">
To install Certbot, type the following command;<syntaxhighlight lang="text">
yum install certbot python2-certbot-apache
yum install certbot python2-certbot-apache
OR
dnf install certbot
...remember, in the Linux world things change over time and it also varies depending on the Linux distribution.  If the above doesn't work for you, research it.  It should be equivalently simple.  Maybe start with: dnf search certbot
Below is an example of extra packages, beyond the necessities, to choose from one may or may not need, depending on circumstances;
python-certbot-dns-cloudxns-doc
python-certbot-dns-dnsimple-doc
python3-certbot-apache
python3-certbot-dns-cloudflare
python3-certbot-dns-cloudxns
python3-certbot-dns-digitalocean
python3-certbot-dns-dnsimple
python3-certbot-dns-dnsmadeeasy
python3-certbot-dns-gehirn
python3-certbot-dns-linode
python3-certbot-dns-luadns
python3-certbot-dns-nsone
python3-certbot-dns-ovh
python3-certbot-dns-rfc2136
python3-certbot-dns-route53
python3-certbot-dns-sakuracloud
python3-certbot-nginx
</syntaxhighlight>Please note my above described environment.  I also had the prerequisite configuration changes for yum configured (and I have the test system configured such that I don't have to use the SUDO command).  For more details on installing for a CentOS / Apache system, look [https://certbot.eff.org/lets-encrypt/centosrhel7-apache here].
</syntaxhighlight>Please note my above described environment.  I also had the prerequisite configuration changes for yum configured (and I have the test system configured such that I don't have to use the SUDO command).  For more details on installing for a CentOS / Apache system, look [https://certbot.eff.org/lets-encrypt/centosrhel7-apache here].