Browse Source

Update Sign.ps1

pull/380/head
Dmitry Nefedov 2 years ago
parent
commit
8def6bfeee
  1. 2
      Scripts/Sign.ps1

2
Scripts/Sign.ps1

@ -1,6 +1,6 @@
# Sign all scripts in folder recursively by a self-signed certificate
$CertName = "Sophia Project"
$FolderPath = "$PSSCriptRoot\Sophia Script"
$FolderPath = "Sophia Script"
$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