Posted in

Install LetsEncrypt in CentOS 7

certbot deprecated support for CentOS 7, so new version of certbot-auto script won’t work on CentOS 7.

To install certbot (letsencrypt command line tool), run

yum install -y epel-release 
yum install -y python2-certbot.noarch

To run it, use command

/usr/bin/certbot-2
Visited 1 times, 1 visit(s) today

Leave a Reply

Your email address will not be published. Required fields are marked *