PowerShell v2 中的数字签名

发布于 2024-09-18 23:38:52 字数 124 浏览 4 评论 0原文

我如何使用 PowerShell 创建数字签名,是否有任何内置命令? 它应该与打开 SSL 命令相同:

openssl dgst -sha256 -sign

TIA

How can i create digital signature using PowerShell, is there any build-in commands for that?
It should be same to the open SSL command:

openssl dgst -sha256 -sign

TIA

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

柳絮泡泡 2024-09-25 23:38:52

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

迟到的我 2024-09-25 23:38:52

这取决于您要签署的内容。

如果要签署 PowerShell 脚本,则可以使用 Set-AuthenticodeSignature cmdlet 来签署脚本。您确实需要代码签名证书才能使用此 cmdlet。

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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文