Skip to content

Instantly share code, notes, and snippets.

@fluggelgleckheimlen
fluggelgleckheimlen / vCert.sh
Last active February 19, 2026 07:29
Script to manage vCenter SSL certificates from VMware GSS
#!/bin/bash
#------------------------------
# Script to manage vCenter SSL certificates.
#
# Author: Vincent Santa Maria [vinny.santa-maria@broadcom.com]
#------------------------------
#------------------------------
# for debugging purposes only, uncomment the following line:
# export PS4='+[${SECONDS}s][${BASH_SOURCE}:${LINENO}]: ${FUNCNAME[0]:+${FUNCNAME[0]}(): }'; set -x;