How to setup SSL Certificate in Nginx on Ubuntu 20.04 Date: 24-07-2021 Step 1: Once your certificate request is approved, you can download your SSL and intermediate certificates. Step 2: Login to your server via SSH. Step 3: Create a directory like below and upload the downloaded the private key,… Continue Reading How to setup SSL Certificate in Nginx on Ubuntu 20.04

CentOS Web Panel isn’t accessible – Reinstall Self Signed SSL Certificate Date posted : 18/03/2019 In some rare scenario, centOS webpanel mayn’t work for you for an existing server. Generally, it could be due to multiple reasons.* The service mightn’t be running * Port might be blocked on firewall In… Continue Reading CentOS Web Panel isn’t accessible – Reinstall Self Signed SSL Certificate

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

Nginx is the fastest webserver when compared to Apache. In this post, we are gonna explain on how to secure your website using SSL certificate on ubuntu 16.04. Assumption: Ubuntu 16.04 Nginx webserver. If nginx is not installed, please follow the post to install nginx You must have private key,… Continue Reading Install SSL Certificate on Nginx Ubuntu 16.04

This guide will explain how to set up a site over https.1. Get the required software ~~~~~~~~~~~~~~~~~ For an SSL encrypted web server you will need a few things. Depending on your install you may or may not have OpenSSL and mod_ssl, Apache’s interface to OpenSSL. Use yum to install… Continue Reading Setting up an SSL website in CentOS/Ubuntu if there is no control panel