PDA

View Full Version : Code Signing - Help with last Leg - I hope



NewsArchive
08-23-2011, 01:43 AM
I have backed up my certificate and now I have file
called gppcert.p12

What are my next steps to create, Looked at Janes instructions, but it
was using pvk file.
--

Dan Scott
C55 C6.3 C7.1 LEGACY
www.garagepartner.com

King of questions for Clarion Third Party

Plan A is always more effective when the device you are working on
understands that Plan B involves a larger hammer

NewsArchive
08-23-2011, 01:43 AM
Also. Jane mentions .pvk and .spc - 2 files from comodo. I only see one with
p12 exention. This is totally a time and money wasting experience for me.

3 days and I am nowhere.

Dan

--

Dan Scott
C55 C6.3 C7.1 LEGACY
www.garagepartner.com

King of questions for Clarion Third Party

Plan A is always more effective when the device you are working on
understands that Plan B involves a larger hammer

NewsArchive
08-23-2011, 01:44 AM
In my SetupBuilder script, I use the following settings:

File Name: P:\MyDir\MyFile.exe
Web URL: www.boxsoft.net
Descriptive Name: My Awesome Program
TimeStamp URL: http://timestamp.comodoca.com/authenticode
Credentials File: [blank]
Private Key File: [blank]
PFX File (optional): P:\SomeFolder\BoxSoftCorporation.p12
Key Password: *********
Skip if file is already code-signed: ON
Permanent: ON
Process after script compilation: OFF


Mike Hanson
www.boxsoft.net

NewsArchive
08-23-2011, 01:44 AM
Mike

So, I don't have to the command line pvk2pfx.exe ? or generate an spc
file?
That would be nice if this works, I am thinking I have been fleeced oout
of 200 bucks and with the economy the way it is, that's not fun.

Dan

--

Dan Scott
C55 C6.3 C7.1 LEGACY
www.garagepartner.com

King of questions for Clarion Third Party

Plan A is always more effective when the device you are working on
understands that Plan B involves a larger hammer

NewsArchive
08-23-2011, 01:45 AM
Mike,

> Key Password: *********

That's a very common password. You might want to consider another.

--
Lee White

RPM Report Viewer.: http://www.cwaddons.com/products/rpm/
RPM Review........: http://www.clarionmag.com/cmag/v11/v11n06rpm.html
Report Faxing.....: http://www.cwaddons.com/products/afe/
---Enroll Today---: http://CWaddons.com

Enhanced Reporting: http://www.cpcs-inc.com


Product Release & Update Notices
http://twitter.com/DeveloperPLUS

NewsArchive
08-23-2011, 01:45 AM
lol

J André Labuschagné

NewsArchive
08-23-2011, 01:45 AM
I'm just trying to fit it.

Mike Hanson
www.boxsoft.net

NewsArchive
08-23-2011, 01:46 AM
>I'm just trying to fit it.

Er... make that "in".

Mike Hanson
www.boxsoft.net

NewsArchive
08-23-2011, 01:46 AM
Mike

SB7 Seems to have compiled using your suggestions.

Thanks

Dan

--

Dan Scott
C55 C6.3 C7.1 LEGACY
www.garagepartner.com

King of questions for Clarion Third Party

Plan A is always more effective when the device you are working on
understands that Plan B involves a larger hammer

NewsArchive
08-23-2011, 01:46 AM
You're welcome. (And yes it was as much of a time-wasting PITA for me
too. <g>)

Mike Hanson
www.boxsoft.net

NewsArchive
08-23-2011, 01:47 AM
> Also. Jane mentions .pvk and .spc - 2 files from comodo. I only see one with
> p12 exention. This is totally a time and money wasting experience for me.

Dan,

Sounds like you got the file you need.

pvk and spc were used with the previous code signing tool called -
signcode.exe -

signcode.exe was allowed to be distributed, so Lindersoft included it with
SetupBuilder installs.

HOWEVER, signtool.exe IS the code signing program you want to use - MUCH
more up to date and you have a p12 file to use with it.

Mike already gave you the prompts you need to use in a SetupBuilder
compiler directive - #code-sign application

Attached is a screen shot to display an insert point in SetupBuilder script
editor for placement of #code-sign (I also show the order needed if you
also manifest - manifest - optionally add armadillo - then code-sign)

David

--
From David Troxell - Encourager Software
Microsoft Forums NNTP Bridge - Instructions to use
http://profileexchanges.com/blog/?p=397

NewsArchive
08-23-2011, 01:48 AM
Thanks David

--

Dan Scott
C55 C6.3 C7.1 LEGACY
www.garagepartner.com

King of questions for Clarion Third Party

Plan A is always more effective when the device you are working on
understands that Plan B involves a larger hammer