I have been trying to sign my exe with two different certificates by just using two Authenticode actions after each other. However this does not seem to work.
What I want to do is apply both a sha1 and sha256 code signing certificate to my exe. As you might know Microsoft is in the process of deprecating sha1 on Windows 7 and above in favor of sha256. So now I need sha1 for XP/Vista and sha256 for Win7/8/10.
But I would prefer to use the build in FB action. Is this currently possible? If not would you consider adding support for it, as I think it will soon become very relevant for others as well.
Thanks for supporting multiple signatures! Is this option configurable? I can't find any option. Appending a signature shouldn't be the default behaviour, as it breaks things. Replacing a signature should be the default.
Not that I am aware of. If you have Visual Studio installed then you already have the sdk installed. On my machine the sdk is installed under C:\Program Files\Microsoft SDKs\Windows\
The Authenticode action is deprecated, since it uses the capicom api which microsoft deprecated some time ago.