views:

20

answers:

1

Hi, 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

A: 

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

Sean Fausett

related questions