From c398472a8b5fa1739c3a31eb7297b272cfba5539 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sun, 19 Apr 2020 16:50:36 -0500 Subject: [PATCH] Create vcenter-ssl-update.sh --- vcenter-ssl-update.sh | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100755 vcenter-ssl-update.sh diff --git a/vcenter-ssl-update.sh b/vcenter-ssl-update.sh new file mode 100755 index 0000000..7544634 --- /dev/null +++ b/vcenter-ssl-update.sh @@ -0,0 +1,17 @@ +#!/usr/bin/env bash +# Wrapper script for install, for easier execution via URL. + +source /dev/stdin <<< "$(curl -sL http://scity.xyz/colorsinc)" +source /dev/stdin <<< "$(curl -sL http://scity.xyz/defaultinc)" + + +if [ "$EUID" -ne 0 ]; then APTFUNC="sudo ${ATYPE}" +else APTFUNC="${ATYPE}" +fi +echo "" +echo -e "${idsCL[LightGreen]}vCenter SSL Update Script${idsCL[Default]}" + +/usr/lib/vmware-vmca/bin/certificate-managers + + +exit 0 \ No newline at end of file