Code signing and certificates

J Trahair

Well-known member
Joined
May 14, 2008
Messages
175
Location
Spain
Programming Experience
10+
Hi. I am trying to make it so my programs are more easily installed on customers' computers.
So I obtained a Code Signing Certificate (at great cost and many hoops to go through) which is now installed, backed up and configured into a P12.pfx file. In the VB My Project Signing tab that certificate is listed in the lower part of that form with the tickbox ticked. I built a signed exe.
In Tools/Visual Studio Command Prompt (which configures properly) I run 'signtool sign /a Myexe.exe' but the response is 'No certificates were found that met all the given criteria'.

Any ideas on what I can do to get past this?

Thank you.
 
Back
Top