Replace SSL Certificates on ESXi 6.x/6.5 – VMware

Replace SSL Certificates on ESXi 6.x/6.5 – VMware

The process of replacing the default SSL certificates on ESXi 6.x/6.5 is a simple process involving around 5-10 steps. We would need a seperate linux host to generate the openssl self-signed certificate (NOTE: we are not using any CA). Host needs to be in Host...

Automate iptables using Puppet – Red Hat/CentOS

Automate iptables using Puppet – Red Hat/CentOS

This article shows you how to Automate iptables for the whole infrastructure (linux/unix) and maintain the state during the lifecycle of a host. We would need to install 2 modules from PuppetLabs so that we can assign Rules based on the requirements, whether its from...

IPA user-add multiple users via script

IPA user-add multiple users via script

When adding multiple users in IDM/freeIPA its a pain inputting each user and its time consuming. This script/one liner allows you to enter multiple users at one go and it includes non-interactively specifying a password. The following script allows creating multipe...