PowerShell Set-AuthenticodeSignature Support? #179
JustinGrote
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Would it be possible to adapt this to replace how Set-AuthenticodeSignature work in PowerShell? I'd like to sign PowerShell scripts but not have my private key leave the Azure Key Vault. Based on previous discussion, it seems I can get the same digest and get it in a format that I could base64 attach to the bottom of a script.
https://learn.microsoft.com/en-us/powershell/module/microsoft.powershell.core/about/about_signing?view=powershell-7.3
The signing process puts the signature as a comment block at the end of the script.

Beta Was this translation helpful? Give feedback.
All reactions