Search for any and all Certificates issued per CA

This commit is contained in:
2025-09-24 02:56:24 +00:00
parent a51949f1b5
commit 933a11cd53

View File

@@ -55,4 +55,4 @@ if ($results.Count -eq 0) {
Write-Host "No certificates found matching the criteria." -ForegroundColor Red
} else {
$results | Format-Table -AutoSize
}
}