I am attempting to ACS sign my application, according to the documentation
in developerguidetoSymbianSigned.pdf. I have extracted the cert and key from
internet explorer, and I am trying to use them to ACS sign my application.
According to developerguidetoSymbianSigned.pdf I should add the line below
to my pkg file to ACS sign the app.
*"ACS.key","ACS.cer"
The line is added between the header and list of files to install as
directed, but it doesn't seem to work. If I run the
VerifySymbianSigned_v2.3.exe tool on the generated sis file it reports that
the app is not ASC signed. I also fail the ATL test on PKG-01 with the
report below.
FAILED PKG-01 SIS has been signed with ACS Publisher ID.
FAIL VeriSign certificate was found from certificate chain.
If I run sissign giving the ACS cert and key as parameters and then run
VerifySymbianSigned_v2.3.exe on the output. It will report that the file is
ACS signed. However I don't see any indication in the documentation that
this should be necessary.
Any suggestions are welcome.
Hi,
If your application is pre Symbian OSv9, then it is correct to add the
signing to the .PKG file, but if your application is for Symbian OS9x then
you do not add the signing to the .PKG file, you use SignSis. It also seems
from the error message that sis file is already ACS signed. You need to use
DevCertRequest.exe to create a .CSR file which is then uploaded to
www.SymbianSigned.com.
--
Regards Kal
"Enda O Brien" <[email protected]> wrote in message
news:CNGdQ%[email protected]...
I am attempting to ACS sign my application, according to the documentation
in developerguidetoSymbianSigned.pdf. I have extracted the cert and key from
internet explorer, and I am trying to use them to ACS sign my application.
According to developerguidetoSymbianSigned.pdf I should add the line below
to my pkg file to ACS sign the app.
*"ACS.key","ACS.cer"
The line is added between the header and list of files to install as
directed, but it doesn't seem to work. If I run the
VerifySymbianSigned_v2.3.exe tool on the generated sis file it reports that
the app is not ASC signed. I also fail the ATL test on PKG-01 with the
report below.
FAILED PKG-01 SIS has been signed with ACS Publisher ID.
FAIL VeriSign certificate was found from certificate chain.
If I run sissign giving the ACS cert and key as parameters and then run
VerifySymbianSigned_v2.3.exe on the output. It will report that the file is
ACS signed. However I don't see any indication in the documentation that
this should be necessary.
Any suggestions are welcome.
Enda O Brien wrote:
> I am attempting to ACS sign my application, according to the documentation
> in developerguidetoSymbianSigned.pdf. I have extracted the cert and key from
> internet explorer, and I am trying to use them to ACS sign my application.
> According to developerguidetoSymbianSigned.pdf I should add the line below
> to my pkg file to ACS sign the app.
>
> *"ACS.key","ACS.cer"
>
> The line is added between the header and list of files to install as
> directed, but it doesn't seem to work. If I run the
> VerifySymbianSigned_v2.3.exe tool on the generated sis file it reports that
> the app is not ASC signed. I also fail the ATL test on PKG-01 with the
> report below.
>
> FAILED PKG-01 SIS has been signed with ACS Publisher ID.
> FAIL VeriSign certificate was found from certificate chain.
>
> If I run sissign giving the ACS cert and key as parameters and then run
> VerifySymbianSigned_v2.3.exe on the output. It will report that the file is
> ACS signed. However I don't see any indication in the documentation that
> this should be necessary.
>
> Any suggestions are welcome.
>
>
>
>
The documentation that states you can use the pkg file signing method is
incorrect. I had reported it a long time ago here.
AMK