I have successfully done a dual-signing with SUF but I'd like to use the Windows Certificate Store. I have loaded my code signing certificate into the Windows certificate store and successful dual-signed .exes via the command line .
How can I can get the SUF to do the same using the Certificate Store? This is what I tried.
On the Build Settings -> Code Signing tabpage
- remove the SHA-256 cert. file
- remove the password
- in the additional arguments add "/a"
The rest the information such as the timestamp URL and sign with SHA-1 have remained the same.
What happens is it signs the *.tmp twice but forgets to use the /as for the second signing. Is there some option I can force this to happen?
Leave a comment: