Introduction LEMP software is a group of open source softwares that is usually installed at the same time to enable a host server’s dynamic websites and web applications. This term is actually an acronym that represents the Linux operating system, with the ENginx web server. The site data is stored in a MySQL (or MariaDB) ..
Category : Web servers
Let’s Encrypt is a Certificate Authority (CA) offers an easy way to get and install free TLS/SSL certificates, enabling the use of encrypted HTTPS. It simplifies the process by including Certbot that aims to automate most or all of the necessary tasks. For the time being, the whole certificate acquisition and installation procedure is totally ..
1- Copy/paste the Certificate files into your server. Download your SSL Certificate file from your Provider, then paste them into your server’s directory where you will maintain your certificate and key files. Make them possible to read uniquely by root. 2. Install Mod SSL To install mod_ssl you can check out our installation guide here. ..
Nginx is known for its speed and reliability as an open-source web server. It is popular for its low memory requirements, high scalability, easy configuration, and support for many protocols. The Hypertext Transport Protocol is where HTTP/2 recently originated from. The latter is used on the Web to deliver pages from server to browser. HTTP/2 ..
The mod_ssl module provides SSL v3 and TLS v1.x with support to the Apache HTTP Server. This guide provides you with a basic step by step mod_ssl configuration on RHEL/CentOS 7 Linux server using httpd Apache web server. Step-by-Step Instructions to Install mod_ssl on RHEL/CentOS 7 We assume that you have already done a basic ..