How to Renew SSL Certificate of Your OpenShift Cluster – 3.x

By | May 1, 2020

In this Perticular Article, we will see how we can renew the SSL Certificate in OpenShift Cluster v3.6. This implementation steps will also work in v3.10 and above except major version change like v4.0 Note: In v3.10 and above, there is a slight change. Worker nodes triggers a CSR Which you need to approved manually… Read More »

Install/Uninstall AzureRM Powershell Module

By | April 28, 2020

Now a days we are managing most of the things from Powershell. Many modules come along with latest Powershell version but few things you need to install separately. Like Microsoft Azure Module which is used to managed Office 365 and MS Azure. Follow the steps to install AzureRM Powershell module in any Windows Server or… Read More »

How to Generate Self Signed Certificate Using your Custom CA.

By | April 23, 2020

Many times you must be in a need of using a self signed SSL certificate, may be for your apache or nginx webservers. In this article we will see how to generate the Self Signed Certificate using your Custome CA.  Using your own Root CA, you can sign and approve as many as Certificates you… Read More »

Office 365: Set up federated domain with a third party Identity Provider

By | April 17, 2020

Many of you might have face O365 connection issue in ADFS SSO or trying to setup your federated domain with a third party IDP from scratch. To do that, follow the below steps: Login to your ADFS server. Make sure that your ADFS server has the internet connectivity. If you are using Proxy to access… Read More »

Mandatory settings to do in newly created RODC

By | April 8, 2020

In last few posts, we have understood the concept of RODC. This will be the last post in RODC series where we will know the necessary settings for newly installed RODC. As we saw in last post, that only installing RODC is not sufficient as it has to reach to the writable DC every time… Read More »

Practical tour to RODC

By | April 3, 2020

In last post, we have seen how to install the Read Only Domain Controller. Now the question is, is only installing RODC sufficient. Answer is NO. After the installation, we have to check few necessary settings before make RODC functional. Let’s see why. Currently I have shutdown my writable DCs and only my RODC is… Read More »

RODC Installation (step by step)

By | March 26, 2020

In last post, we have understood the basic concept of Read Only Domain Controller and why we actually use it. In this post, I will take you to the steps to install and configure RODC. In this article, first few steps will be exact the same which we have already discussed in Active Directory Installation… Read More »