Utility tool to help digitally sign applications (binaries) on Windows.
As an author of any command-line tool, driver or Visual Studio plugin it might be required to confirm its origin by putting a digital signature inside. Unfortunatelly its not as easy as could be on Windows and this utility tries to fill the gap. It provides an easy-to-use UI to let specify the binary and certificate (installed or from .pfx file) to complete the process.
It has been inspired by some questions about signing projects available on StackOverflow.com and Jeff Wilcox's post about VSIX post-processing.
For open-source projects you can get a free 1-year valid code-signing certificate from Certum.pl.
Picture worth more than a thousand words.
- name the binary to sign (Ctrl+O)
- select certificate (by using filter to find the installed one or by specifying path to .pfx file and password)
- click Sign button (Ctrl+S)
- navigate to result (Ctrl+R)
Microsoft .NET Framework 4.5
Latest compiled version of this tool is available at 'Releases' section.
Feel free to fire a feature request using 'Issues' panel and I will try to add it for benefit of all.