Update certs.inc

This commit is contained in:
2024-11-09 21:44:12 -06:00
parent c40e0d9639
commit 234a8cb1b3

View File

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