开发者

Digital Signature in PowerShell v2

开发者 https://www.devze.com 2023-01-15 15:20 出处:网络
How can i create digital signature using P开发者_如何学运维owerShell, is there any build-in commands for that?

How can i create digital signature using P开发者_如何学运维owerShell, is there any build-in commands for that? It should be same to the open SSL command:

openssl dgst -sha256 -sign

TIA


Not that I know of, but check out Code Signing with OpenSSL and PowerShell for their New-CodeSigningCert script.


This kind of depends on what you want to sign.

If you want to sign a PowerShell Script then you can use Set-AuthenticodeSignature cmdlets to sign the script. You DO need a code signing certificate to use this cmdlets.

0

精彩评论

暂无评论...
验证码 换一张
取 消