How to Install Nginx and Let’s Encrypt SSL with HTML + Docker – Ubuntu 20.04 Date: 26-06-2021 Prerequisites: 1. Install Docker on your server.2. Install Docker Compose on your server.3. Configure DNS to point the domain to the server to install SSL.Note: In this document, I use ramesh.pheonixsolutions.com domain name.… Continue Reading How to Install Nginx and Let’s Encrypt SSL with HTML + Docker – Ubuntu 20.04

How to enable LetsEncypt SSL for Mail server on Plesk Panel Date: 17-03-2021 Step 1: Login to plesk panel. Once LetsEncypt SSL has installed in plesk, click on Mail option in left side of the dashboard. Locate Mail Settings and then click on your domain name. Step 2: Select the… Continue Reading How to enable LetsEncypt SSL for Mail server on Plesk Panel

How to install Let’s Encrypt SSL Certificate for Bitnami WordPress on Linux Date: 02-09-2020 Step – 1: Connect to your server or VM instances as root via SSH.#ssh root@your server IP and port Step -2: Enter the following comment and then press enter to generate the SSL Certificate for the… Continue Reading How to install Let’s Encrypt SSL Certificate for Bitnami WordPress on Linux

How to install Let’s Encrypt with Apache on CentOS 7 Date: 24.04.2020 Introduction: Let’s Encrypt is a free and open-source certificate authority (CA) that allows obtaining and installing certificates through simple, automated commands. It provides a valid SSL certificate for your domain without any cost. Let’s Encrypt certificates are valid… Continue Reading How to install Let’s Encrypt with Apache on CentOS 7

Install Let’s Encrypt SSL on CentOS Webpanel Domain Date posted : 25/01/2019 In this blog post, we are going to explain how to install Let’s encrypt free SSL for user domains Prerequisites CentOS Webpanel root Access Domain name Step 1 Login to CentOS Webpanel as root Step 2 Under Navigation… Continue Reading Install Let’s Encrypt SSL on CentOS Webpanel Domain

Date Posted : 09/01/2019 How to change admin email for Let’s Encrypt? Let’s Encrypt is a free, automated, and open SSL certificate authority brought to you by the non-profit Internet Security Research Group (ISRG) We need to submit the admin email address for our website in order get certificate from Let’s… Continue Reading How to change admin email for Let’s Encrypt?

How to Install Let’s Encrypt SSL Date posted: 28-sep-2018 Please follow  this steps to install the SSL certificate. Step 1: Install CertBot Type the given commands sudo apt-get install software-properties-common python-software-properties sudo add-apt-repository ppa:certbot/certbot sudo apt-get update sudo apt-get install python-certbot-apache   Step 2: Install Let’s Encrypt SSL Install Let’s Encrypt… Continue Reading How to Install Let’s Encrypt SSL