Link to home
Start Free TrialLog in
Avatar of Steve Bohler
Steve BohlerFlag for United States of America

asked on

Authenticode code signing

Hello,

I've got an Active X .cab file that I want to digitally sign.

We purchased a Microsoft Authenticode code signing certificate from Verisign.

The certificate is installed on my Windows 7 PC.

I need help coming up with the appropriate command line signcode.exe syntax to sign the cab file.

Thanks in advance for any help!!

Steve
Avatar of Dave Howe
Dave Howe
Flag of United Kingdom of Great Britain and Northern Ireland image

its usually just
signcode /spc <certfile.spc> /v <keyfile.pvk> <control.dll>
you may need to convert to spc+pvk if they are currently in a different format though.
Avatar of Steve Bohler

ASKER

I was able to figure it out. I didn't know the file name, so figured out how to do it with the sha1 identifier.
Cool. I suggest you post the line you *did* use then, for our edification, then accept that as the solution :)
ASKER CERTIFIED SOLUTION
Avatar of Steve Bohler
Steve Bohler
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial