develar / osslsigncode

Other
22 stars 15 forks source link

Sign ps1 (PowerShell script) files #2

Closed chasewallis closed 4 years ago

chasewallis commented 4 years ago

I need to sign ps1 files, but I don't want to have go to a windows machine just to sign a script. Is it possible to modify this program to also sign ps1 files?

A signed ps1 file would just have the signature appended to the end of the script:

# SIG # Begin signature block
# thesignaturewouldgohere
# ...
# SIG # End signature block
develar commented 4 years ago

@chasewallis Active maintainer of osslsigncode — https://github.com/mtrojnar/osslsigncode Please file issue there.