How to Install Let’s Encrypt Certificate
Now everyone is concerned with getting an SSL certificate, otherwise Google will flag the page as insecure. Let’s Encrypt certificates are at high demand. Here is the manual how to install Let’s Encrypt certificate on CentOS 6.X. The first step is git installation. Execute the following command: # yum install git. Then go to /tmp directory:…