Files
nats-server/test/configs/certs/tlsauth/certstore/delete-cert-from-store.ps1
2023-06-22 12:25:54 -07:00

2 lines
128 B
PowerShell

$issuer="Synadia Communications Inc."
Get-ChildItem Cert:\CurrentUser\My | Where-Object {$_.Issuer -match $issuer} | Remove-Item