Let’s Encrypt is a free, automated, and openCertificate Authority that you can use to secure your web server. I used Certbot to do the installation. URL: https://letsencrypt.org/ and https://certbot.eff.org/ This is the setup for a Nginx CentOS 6 Server Change into root directory # cd /root/ Create a bin directory # mkdir bin Change into bin directory # cd ..
: May-2018
Home » Posts tagged : Centos 7
Using CentOS 7 for a web server, see my steps below. This setup was started on a vps provider online. So of course there maybe some steps missing if you were building on your local server. CentOS 7 x86_64 minimal install. As soon as the server has boot up, now it is time to ..
I thought I would try out the new version of CentOS. Below are some things I have noticed which are different from the older versions. CentOS 7 x86_64 minimal install. Make sure to enable network interface eth0 (Name is different in Centos 7) # vi /etc/sysconfig/network-scripts/ifcfg-eno1677736 (Enable ONBOOT=yes) or use # nmtui which ..