mirror of
https://github.com/gogrlx/nats-server.git
synced 2026-04-02 03:38:42 -07:00
2 lines
128 B
PowerShell
2 lines
128 B
PowerShell
$issuer="Synadia Communications Inc."
|
|
Get-ChildItem Cert:\CurrentUser\My | Where-Object {$_.Issuer -match $issuer} | Remove-Item |