tried to avoid blocking by SEP
This commit is contained in:
8
certificate.txt
Normal file
8
certificate.txt
Normal 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
|
||||
Reference in New Issue
Block a user