Hello Guys,
Lets Encrypt is free SSL authority which allows to create free SSL certificates for your domains. You can generated unlimited number of SSL certificates once you have installed their tool on your server. Anyone familiar with the centos command line can generate the SSL certificate on his server and can install it. Those SSL certificates are valid for 90 days with auto renew option enabled so those certificates will be auto renewed.
Lets Encrypt SSL advantages:
1. They are Free
2. Uses SHA256 algorithm
3. Auto renewal option enabled
How to generate the Lets Encrypt SSL certificate:
Server Environment:
OS: Cent OS 6.x
Control Panel: cPanel
1. Install Python 2.7
rpm -ivh https://dl.fedoraproject.org/pub/epel/epel-release-latest-6.noarch.rpm
rpm -ivh https://rhel6.iuscommunity.org/ius-release.rpm
yum -y install git python27 python27-devel python27-pip python27-setuptools python27-tools python27-virtualenv --enablerepo=ius
cd /root
git clone https://github.com/letsencrypt/letsencrypt
cd /root/letsencrypt
sed -i "s|--python python2|--python python2.7|" letsencrypt-auto
./letsencrypt-auto --verbose
2. Generate SSL certificate
cd /root/letsencrypt
./letsencrypt-auto --text --agree-tos --email [email protected] certonly --renew-by-default --webroot --webroot-path /home/cPanelUser/public_html/ -d domain.com -d http://www.domain.com
3. This will create private key certificate and CA bundle files in the path
/etc/letsencrypt/live/$dom/
4. Copy those details from there and you can install it on the server
5. I have checked those certificates with SSLlab tests and those are top notch security certificates. You can even generate the wildcard SSL certificates with it.
So lets puts your all blogs on https If you have any question troubles installing this update the thread so I can help you.
Thanks are appreciated
Lets Encrypt is free SSL authority which allows to create free SSL certificates for your domains. You can generated unlimited number of SSL certificates once you have installed their tool on your server. Anyone familiar with the centos command line can generate the SSL certificate on his server and can install it. Those SSL certificates are valid for 90 days with auto renew option enabled so those certificates will be auto renewed.
Lets Encrypt SSL advantages:
1. They are Free
2. Uses SHA256 algorithm
3. Auto renewal option enabled
How to generate the Lets Encrypt SSL certificate:
Server Environment:
OS: Cent OS 6.x
Control Panel: cPanel
1. Install Python 2.7
rpm -ivh https://dl.fedoraproject.org/pub/epel/epel-release-latest-6.noarch.rpm
rpm -ivh https://rhel6.iuscommunity.org/ius-release.rpm
yum -y install git python27 python27-devel python27-pip python27-setuptools python27-tools python27-virtualenv --enablerepo=ius
cd /root
git clone https://github.com/letsencrypt/letsencrypt
cd /root/letsencrypt
sed -i "s|--python python2|--python python2.7|" letsencrypt-auto
./letsencrypt-auto --verbose
2. Generate SSL certificate
cd /root/letsencrypt
./letsencrypt-auto --text --agree-tos --email [email protected] certonly --renew-by-default --webroot --webroot-path /home/cPanelUser/public_html/ -d domain.com -d http://www.domain.com
3. This will create private key certificate and CA bundle files in the path
/etc/letsencrypt/live/$dom/
4. Copy those details from there and you can install it on the server
5. I have checked those certificates with SSLlab tests and those are top notch security certificates. You can even generate the wildcard SSL certificates with it.
So lets puts your all blogs on https If you have any question troubles installing this update the thread so I can help you.
Thanks are appreciated
