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
See LetsEncrypt
Leave a Reply