Let’s Encrypt is a Certificate Authority (CA) that offers FREE SSL certificates just as secure as paid certificates. This project was pioneered to make encrypted connections the default standard throughout the Internet. Follow these steps to secure Nginx w/ ‘Let’s Encrypt’: Step 1: Install Certbot Using apt, install Certbot and its Nginx plugin: Step 2: […]
Install LEMP Stack on Ubuntu 20.04
Let’s define first what LEMP Stack is. LEMP is an open-source web application stack that we may use to create web apps. LEMP’s abbreviation stands for Linux Operating System, Nginx (pronounced engine-x), web server, MySQL database, and PHP programming language. Now, let’s proceed to the installation. Step 1: Install the Nginx Web Server We will […]