Create vcenter-ssl-update.sh
This commit is contained in:
17
vcenter-ssl-update.sh
Executable file
17
vcenter-ssl-update.sh
Executable file
@@ -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
|
||||
Reference in New Issue
Block a user