Let’s Encrypt

yum install epel-release
yum install httpd mod_ssl python-certbot-apache
certbot --apache -d example.com -d www.example.com
crontab -e
######crontab######
30 2 * * * /usr/bin/certbot renew >> /var/log/le-renew.log
######crontab######