When I tried to setup SSL, I got the above error. Please find the below screenshot. I have not added the chained.crt in proper order. That is the reason I got the above error. If the server certificate and the bundle have been concatenated in the wrong order, nginx will… Continue Reading  SSL: error:0B080074:x509 certificate routines:X509_check_private_key:key values mismatch

1)To achieve the above, first we need to install docker. Please follow the below link to install docker.https://docs.docker.com/engine/install/ubuntu/#install-using-the-repository 2) Create a sample application. Create a directory called “helloapp”. Create file index.js.mkdir helloappcd helloappvi index.js 3) Copy and paste the below content. const express = require(“express”);const app = express();app.get(“/”, (req, res)… Continue Reading Deploy a sample app with Docker over SSL

The Magento based website is not working with https Date: 24-02-2021 Once you installed the SSL certificate for website in the server. You need to follow the below steps to enable https on the Magento admin panel. Step 1: Login to Magento admin panel. Step 2: Select STORES and click… Continue Reading The Magento based website is not working with https

Download the latest Windows ACME Simple (WACS) ZIP file from the Github releases page, https://github.com/PKISharp/win-acme/releases. 2. Next extract the zip file to a folder of your choice. I am placing it in C:\inetpub\letsencrypt folder. 3. Right click on wacs.exe and select Run as Administrator to start the Windows ACME Simple… Continue Reading How to install a Let’s Encrypt SSL cert on Microsoft IIS

How to Setup SSL for AWS Elastic Beanstack environments Date: 15-02-2021 Step 01: Open the AWS console and select the Elastic beanstalk on services.  Select your environment. Step 02: Click Configuration option on left side and choose Modify in the load balancer section. You can see here ELB is using which type… Continue Reading How to Setup SSL for AWS Elastic Beanstack environments

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

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 : 10/01/2019 In this tutorial, we are going to explain you about forcing webmail http requests to https automatically. In order to achieve it, you can edit /var/lib/roundcube/.htaccess file and add the below rules under RewriteRule section We’re going to verify it using curl request.

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