PDA

View Full Version : Code signing options per project



KCL
09-07-2017, 08:01 AM
I like the Code-Signing tab in Tools > Options.

However, now I'm wanting the same window/options (like path of signtool.exe, and Global SHA Code-Signing Type) in the Digital Signature dialog within general information. This would allow me to change signing setting per project instead of having to do a global options sign. If I use the global settings project, signing works. If I use the digital signing dialog in general information view, it fails during SHA1 signing because I'm providing a SHA2 timestamp server--I simply want to do SHA2 signing only. I can't do that anywhere except the global Code-Signing tab.

If I have to use different .PFX files and different code-signing types per project, I have to change the Tools > Options > Code-Signing tab for each project, each time I build.

What do you think? :)
Kevin

linder
09-07-2017, 08:28 AM
Kevin,

of course, you can do SHA-2 signing per-project ;)

See attached screenshots. The result is a SHA-2 code-signed and SHA-2 timestamped file.

Friedrich