Getting a Public SSL Certificate Free of Cost for a Lifetime

When you publish your website, you are always a bit concerned about its security of it. From a security point of view, an SSL certificate plays a major role to authenticate the identity of the website. SSL stands for Secure Socket Layer, which creates a secure tunnel between the web server and the client browser to keep online transactions private. In another way, it prevents hackers from reading or modifying information transferred between two systems. It is always recommended to check the padlock next to the website you are visiting. If it exists means visiting the website is secure to connect.

I wrote another article on SSL certificates. This article describes how to get a free SSL certificate by using Window Server CA. You can use this for internal communication in a lower environment. 

Getting a Private SSL Certificate Free of Cost

You work for any software deployment project, you deploy code in multiple environments and test it.  You test the site with HTTP, not HTTPS. Why? you need an SSL certificate for it. Getting a certificate for a lower environment could be difficult considering the cost. There is a way by which you can get a wildcard certificate and configure it with your website.

You can implement a PKI solution by using the AD CS (Active Directory Certificate Service) Windows Server role. 

Building a Certificate Authority (CA) Server for Your Servers and Applications Free of Cost

In any organization, it is a best security practice to have an SSL certificate installed on servers, applications, and databases. To get an SSL certificate, the first step is to have or build a Certificate Authority (CA). SSL Certificates and CA make communication secure between client and server or application. If you do not have a CA ready internally or externally, you can not issue the certificate to any internal or external application. In that case, the risk of the application or server is at stake, as anybody can prove its identity and read critical data to harm the system. The CA is responsible for attesting to the identity of users, computers, and organizations. The CA authenticates an entity and assures the identity by issuing a digitally signed certificate.

This article will focus on how to set up an internal CA for your organization. This provides better control to IT Admin over implementation and certificate life cycle management. You can use any number of SSL certificates free of cost. We will use a Windows server for it.

Building Windows File Server Cluster in Azure

Today, I am going to share the steps for the Windows File server cluster in Azure. It is not very new, but when you are on the Azure cloud, things might change from the configuration side. You can achieve better resiliency and high availability with a shared disk and storage account.

Let’s see how you can achieve it step-by-step in this Windows file server cluster architecture diagram:

Citrix: Understanding Architecture and How User Gets Citrix VDI

As we all are used to working from home, we know how our organization restricts their employee to work in a secure manner irrespective of where are they. Citrix plays a major role to make life easy for organizations and keep its show running in any situation. Citrix is a popular tool that provides VDI (Virtual Desktop Infrastructure) to work from anywhere. They are experts in application and desktop virtualization, dedicated and shared VDI offering, and accessing through a thick and thin client. You can install workload on-premise, and Azure/GCP cloud. 

Today we are going to discuss the major components in Citrix architecture and the role of individual components. Additionally, we will learn about User VDI access flow.

Azure File AD Integration

Today I am going to show you how to perform Azure File AD integration in a simplified way. I hope you will enjoy this blog like my previous one. 

Let's understand the Azure File role. It works as Distributed File System (DFS), which means I can share folder/file with multiple clients at the same time. The client computer has to map the drive and start sharing the data within the team through it. 

DNS Hosting With Azure DNS

What Is DNS Service?

DNS service plays a vital role in any infrastructure as it is always easy to remember English text than IP address. It is responsible to resolve a domain name to an IP address or vice versa for any computer or user. 

Domain Name System (DNS) is one of the industry-standard suites of protocols defined by Engineers in the Internet Engineering Task Force (IETF).