Update vCenter-SSL.ps1

This commit is contained in:
2024-11-13 21:55:37 -06:00
parent 95956ef48a
commit 2d6c5daff8

View File

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