Scheduling Certificate Checks with Ansible

Introduction An expired SSL certificate in Nutanix Prism Central can cause major disruptions to GUI access and API integrations. This article shows how to automate Prism certificate checks using Ansible, alerting your ops team before certificates reach expiration. No more last-minute fire drills. My Personal Repository on GitHub Nutanix Repository on GitHub Diagram: Certificate Monitoring … Read more

Nutanix Certificate Monitoring & Renewal via CLI

Introduction Expired SSL certificates in a Nutanix cluster can block Prism logins, alerting integrations, and API functionality. This article walks you through a Bash-based monitoring script to track certificate expiry and generate alerts before disruptions occur. My Personal Repository on GitHub Nutanix Repository on GitHub Diagram: SSL Monitoring Flow What It Checks Bash Script: nutanix_cert_check.sh … Read more