Browse Source

Update Sign.ps1

master
Dmitry Nefedov 3 months ago
committed by GitHub
parent
commit
8062afab1b
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      Scripts/Sign.ps1

2
Scripts/Sign.ps1

@ -1,5 +1,5 @@
# Sign all scripts in folder recursively by a self-signed certificate
$CertName = "Sophia Project"
$CertName = "Team Sophia"
$FolderPath = "src"
$ExtensionsToSearchIn = @(".ps1", ".psm1", ".psd1")
# Get-ChildItem -Path Cert:\LocalMachine\My, Cert:\CurrentUser\My | Where-Object -FilterScript {$_.Subject -eq "CN=$CertName"} | Remove-Item

Loading…
Cancel
Save