Update vCenter-SSL.ps1

This commit is contained in:
2024-11-13 21:55:55 -06:00
parent 2d6c5daff8
commit 98b332d6a5

View File

@@ -149,7 +149,7 @@ If ((($CheckSLL).AllSANs) -eq $CommonName) {
}
else {
Write-Host "Cert '$("$CommonName")' not ready for renewal" -ForegroundColor Yellow
#$RUN=$false
$RUN=$false
}
}
else {