Skip to content

Instantly share code, notes, and snippets.

View stepm65's full-sized avatar

Станислав stepm65

  • Новосибирск
View GitHub Profile
@stepm65
stepm65 / vCert.sh
Last active November 16, 2023 05:40 — forked from fluggelgleckheimlen/vCert.sh
Script to manage vCenter SSL certificates from VMware GSS
#!/bin/bash
#------------------------------
# Script to manage vCenter SSL certificates.
#
# Author: Vincent Santa Maria [vsantamaria@vmware.com]
#------------------------------
#------------------------------
# for debugging purposes only, uncomment the following line:
# export PS4='+[${SECONDS}s][${BASH_SOURCE}:${LINENO}]: ${FUNCNAME[0]:+${FUNCNAME[0]}(): }'; set -x;