tried to avoid blocking by SEP

This commit is contained in:
Zechert, Frank (EXTERN: Capgemini)
2020-12-20 15:35:05 +01:00
parent 4c9fa6feff
commit a8bd6c1e91
20 changed files with 441 additions and 206 deletions

8
certificate.txt Normal file
View File

@@ -0,0 +1,8 @@
cd codesign
New-SelfSignedCertificate -DnsName frank@zechert.net -Type CodeSigning -CertStoreLocation "Cert:\CurrentUser\My"
Export-Certificate -Cert (Get-ChildItem Cert:\CurrentUser\My -CodeSigningCert)[0] -FilePath code_signing_frank_zechert.crt
Import-Certificate -FilePath code_signing_frank_zechert.crt -Cert Cert:\CurrentUser\TrustedPublisher
Import-Certificate -FilePath code_signing_frank_zechert.crt -Cert Cert:\CurrentUser\Root