EXCHANGE SERVER 2019 SSL INSTALLATION
1 – Get Exchange Thumbprint First we need to get exchange server url thumbprint. To achieve this we need to run the following command. The below command and any subsequent command will only run successfully in EXCHANGE POWERSHELL with elevated pravillages. Get-ExchangeCertificate | Select-Object Thumbprint,Subject,Services,NotBefore,NotAfter After successfull execution of the above script in Exchange Powershell […]
Read MoreInstalling SSL Certificates with Certbot, the Let’s Encrypt SSL Client
Securing your website with an SSL certificate is crucial for protecting user data and maintaining trust. In this guide, we’ll show you how to install SSL certificates using Certbot and Let’s Encrypt, a user-friendly tool and a non-profit certificate authority, respectively. We’ll cover the basics of SSL certificates and their importance, walk you through the […]
Read MoreAd Guard Home SSL Traffic
Securing AD Guard Home with Let’s Encrypt SSL Certificate: A Step-by-Step Guide In this blog post, we’ll walk you through the process of installing an SSL certificate from Let’s Encrypt for AD Guard Home. Let’s Encrypt is a free, automated, and open certificate authority that provides SSL/TLS certificates for securing web servers. By installing an […]
Read MoreAd Guard Home Basic Configuration
Setting Up AdGuard Home on a Debian VPS: A Comprehensive Guide for Basic Configuration In this article, we’ll guide you through the process of configuring AdGuard Home on a Debian VPS (Virtual Private Server) for basic usage. AdGuard Home is a network-wide ad-blocking and DNS-filtering service that helps you protect your devices from intrusive ads, […]
Read MoreAd Guard Home Installation
Installing AdGuard Home on a Debian VPS with a Public IP: A Step-by-Step Guide to Block Ads and Protect Your Privacy To connect to your Debian VPS through SSH, open your terminal and use the following format to log in: ssh root@your.domain.com Replace your.domain.com with the actual domain or IP address of your VPS. Enter […]
Read MoreInstall SSL Other than Let’s Encrypt – FusionPBX
This guide is about installing SSL Certificate that you can buy from any CA and install it on FusionPBX. The main operating system is Debian 10. All updates have been installed and FusionPBX has been installed. This guide only demonstrates How to install SSL for Fusion and I assume that you already know how to […]
Read MoreInstall Let’s Encrypt SSL – FusionPBX
Very Easy process. Login to the terminal Change directory to FusionPBX resources folder by running to following command Execute the following script which will install SSL from Let’s Encrypt You will be prompted to enter the Domain Name – yourfusionpbxdomainname.com Email Address – youremailaddress@whateverdomain.com The system will then take few moments and you will get […]
Read More