PowerShell-OpenAuthenticode Alternatives
Similar projects and alternatives to PowerShell-OpenAuthenticode
-
-
Sevalla
Deploy and host your apps and databases, now with $50 credit! Sevalla is the PaaS you have been looking for! Advanced deployment pipelines, usage-based pricing, preview apps, templates, human support by developers, and much more!
-
ImageMagick
ImageMagick is a free, open-source software suite for creating, editing, converting, and displaying images. It supports 200+ formats and offers powerful command-line tools and APIs for automation, scripting, and integration across platforms.
-
-
-
PowerShell-OpenAuthenticode discussion
PowerShell-OpenAuthenticode reviews and mentions
-
The Windows installer of ImageMagick will no longer be signed
I’ve found the easiest option available here is through using Azure KeyVault to store the keys. I use a custom module to sign my PowerShell scripts and dlls [1] for this because I can integrate it with OIDC to sign the code using the keys stored in the Azure HSM. While the builtin pwsh Set-Authenticode cmdlet can’t do this currently there are other options that rely on Window’s authenticode APIs like AzureSignTool [2] that I highly recommend.
While I’m unsure if Azure is suitable for actual companies I think the risk is ok for what I need it for and the API quality as well as OIDC support make it quite nice to use with GHA.
[1] https://github.com/jborean93/PowerShell-OpenAuthenticode
Stats
jborean93/PowerShell-OpenAuthenticode is an open source project licensed under MIT License which is an OSI approved license.
The primary programming language of PowerShell-OpenAuthenticode is PowerShell.