Re: Signtool /ac option does nothing

Tech-Archive recommends: Speed Up your PC by fixing your registry



The path should be okay, I got an error when I used only the file name of the cross certificate.

I'm using the following command to sign the driver:

signtool.exe sign /ac "<path>\MSCV-VSClass3.cer" /s my /n "Realtime Soft Ltd" /du http://www.realtimesoft.com /t http://timestamp.verisign.com/scripts/timstamp.dll "<driver>"

Something else I tried was running signtool with the signwizard command, but this gave the same results. I had converted the cross certificate to an .spc file in order to use it with the wizard.

Regards,

Christian Studer
http://www.realtimesoft.com

Tim Roberts wrote:
One other thought: does the cross-certificate file actually exist in the
directory where you are running "signtool"? The /ac parameter specifies a
pathname.
.