Update certs.inc

This commit is contained in:
2024-11-09 19:22:14 -06:00
parent 5ccb7f6e95
commit 450459dfb2

View File

@@ -648,7 +648,7 @@ CHECK-CERTS(){
VCENTER-SSL(){
if [ "${NM_VC_HOSTNAME}" != "" ] && [ "${NM_VC_USER}" != "" ] && [ "${NM_VC_PASS}" != "" ] && [ "${NM_PDNS_APIKEY}" != "" ]; then
${NM_FOLDER}/inc/vCenter-SSL.ps1
pwsh ${NM_FOLDER}/inc/vCenter-SSL.ps1
fi
}