ACS Publisher Signed problem

Login to reply to this topic.
Thu, 2008-05-08 13:40
Joined: 2005-09-04
Forum posts: 135

Hi
I try to sign a SIS file with ACS Publisher.
I do the following process but the created file is not signed (checked with VerifySymbianSigned_v2.3).
Here is what I do:
Choose the certificate in IE (Trust Center Cert).
choose "export"
choose "yes,export the private key"
the PKCS #12 option is now enabled.
"enable strong protection" is marked
other fields unmarked.
press next, put password (also tried without pass), choose file name (cert.pfx) and get the successfull message.
Now I put the created PFX file where vs_pkcs exists and use this command:

vs_pkcs -p12 cert.pfx -passwd thepass -cer cert1.pfx.cer -key cert2.pfx.key

I get the Succeeded message.
now I use this command where my SIS file exists:

signsis myapp.sis myapp.sisx cert1.pfx.cer cert2.pfx.key

this goes without errors but verify results are:
------------------------------
File format : SISX (V9)
SIS file : myapp.sisx
------------------------------
Symbian Signed : No
Developer Certificate Signed : No
ACS Publisher Signed : No
Unknown Certifictaes : 1
------------------------------

Please advise: what could be the problem?

Thank you very much


Fri, 2008-05-09 07:12
Joined: 2005-04-13
Forum posts: 96
Re: ACS Publisher Signed problem

Have you added the signing file information in .pkg file as
*"cert1.pfx.cer","cert2.pfx.key"
Puzzled


Jupitar

Fri, 2008-05-09 13:33
Joined: 2005-09-04
Forum posts: 135
Re: ACS Publisher Signed problem

Hi Jupiter
I used them in the signsis command:
signsis myapp.sis myapp.sisx cert1.pfx.cer cert2.pfx.key

As I understand, this way I don't need to change the .pkg file...

Thu, 2008-05-15 09:48
Joined: 2005-04-13
Forum posts: 96
Re: ACS Publisher Signed problem

I think you probably have to do it.

Can you try doing this exercise.


Jupitar

Sun, 2008-05-18 16:12
Joined: 2005-09-04
Forum posts: 135
Re: ACS Publisher Signed problem

Hi Jupiter

I managed to sign the app with TC-ConvertP12 using these instructions (without changing the pkg file):
http://developer.symbian.com/forum/ann.jspa?annID=38

Thank you very much

  • Login to reply to this topic.