Update vCenter-SSL.ps1

This commit is contained in:
2026-03-07 11:40:48 -06:00
parent edbd976310
commit a9a3f05daf

View File

@@ -136,7 +136,7 @@ if ($paCert) {
$needNewCert = $true
} else {
Write-Log INFO "Skipping issuance — certificate valid >$RenewalWindow days."
$needNewCert = $true
$needNewCert = $false
}
} else {
Write-Log WARN "No existing cert found — issuance required." Orange