Using vCert Without Guesswork: A vCenter Certificate Recovery Runbook

vCenter certificate failures tend to show up at the worst possible time: during an upgrade precheck, after a maintenance window has already started, when services will not start cleanly, or when a certificate alarm has been ignored long enough to become someone else’s emergency. The mistake is treating certificate recovery as a button-click exercise. The … Read more

From Fixcerts to vCert: A Safer vCenter Certificate Recovery Path

vCenter certificate problems rarely arrive as clean, isolated maintenance tasks. They usually show up as failed logins, services that refuse to start, upgrade prechecks that suddenly block progress, or downstream trust failures in NSX, SDDC Manager, backup tools, monitoring platforms, or automation. By the time an operator is searching for “Fixcerts,” the environment is often … 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