Dmitry Nefedov
2 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
Scripts/Sign.ps1
|
|
@ -1,7 +1,7 @@ |
|
|
|
cls |
|
|
|
# Sign all scripts in folder recursively by a self-signed certificate |
|
|
|
$CertName = "Sophia Project" |
|
|
|
$FolderPath = "D:\Sophia-Script-for-Windows\Sophia Script" |
|
|
|
$FolderPath = "$PSSCriptRoot\Sophia Script" |
|
|
|
$ExtensionsToSearchIn = @(".ps1", ".psm1", ".psd1") |
|
|
|
Get-ChildItem -Path Cert:\LocalMachine\My, Cert:\CurrentUser\My | Where-Object -FilterScript {$_.Subject -eq "CN=$CertName"} | Remove-Item |
|
|
|
|
|
|
|