Re: Signtool : signing firefox xpi

2007-06-14 Thread Ahryman40k
Kaspar Brand [EMAIL PROTECTED] a écrit dans le message de news: [EMAIL PROTECTED] Nelson B wrote: I seem to recall that -X either a) is used instead of -Z (e.g. just -X myextension.xpi), or b) must come after -Z (e.g. -Z myextension.xpi -X) signtool is sometimes somewhat picky about the

Re: Signtool : signing firefox xpi

2007-06-13 Thread Kaspar Brand
Nelson B wrote: I seem to recall that -X either a) is used instead of -Z (e.g. just -X myextension.xpi), or b) must come after -Z (e.g. -Z myextension.xpi -X) signtool is sometimes somewhat picky about the argument ordering, that's true. However, signtool -d mycertdbdir -k mynick -p

Re: Signtool : signing firefox xpi

2007-06-12 Thread Ahryman40k
Nelson B [EMAIL PROTECTED] a écrit dans le message de news: [EMAIL PROTECTED] Ahryman40k wrote: i have sign my xpi package with signtool and the .db files ( cert8.db, key3.db, secmod.db ) coming from Firefox profile directory. In this profile, my certificate data was loaded successfully

Re: Signtool : signing firefox xpi

2007-06-12 Thread Kaspar Brand
D:\sources\Signing Tools\NSS Toolssigntool -d CA -k 0d7de953-f681-4250-bece-f7 cabfd288c8 Addin Is that really the complete command line you used to create the signed extension? How did you create the XPI archive? I suggest you use -X -Z myextension.xpi with signtool, this will create a

Re: Signtool : signing firefox xpi

2007-06-12 Thread Ahryman40k
Kaspar Brand [EMAIL PROTECTED] a écrit dans le message de news: [EMAIL PROTECTED] D:\sources\Signing Tools\NSS Toolssigntool -d CA -k 0d7de953-f681-4250-bece-f7 cabfd288c8 Addin Is that really the complete command line you used to create the signed extension? How did you create the XPI

Re: Signtool : signing firefox xpi

2007-06-12 Thread Nelson B
Ahryman40k wrote: Kaspar Brand [EMAIL PROTECTED] a écrit I suggest you use -X -Z myextension.xpi with signtool, this will create a correct XPI file (META-INF/zigbert.rsa must be the first file in the XPI archive, this might be the problem in your case). I have forgetten to specify i am

Re: Signtool : signing firefox xpi

2007-06-05 Thread Nelson Bolyard
Ahryman40k wrote: Nelson Bolyard [EMAIL PROTECTED] a écrit That string, Issuer certificate is invalid, is NSS error code SEC_ERROR_CA_CERT_INVALID. It tells you that NSS thinks that the CA cert for the issuer that issued your code signing cert is not a valid object signing CA cert at all,

Re: Signtool : signing firefox xpi

2007-06-04 Thread Ahryman40k
Nelson Bolyard [EMAIL PROTECTED] a écrit dans le message de news: [EMAIL PROTECTED] Ahryman40k wrote: hi, i try ti sign a firefox xpi package. As i already have a Windows Authenticode SSL certificate / key, i follow steps describe here :

Re: Signtool : signing firefox xpi

2007-06-03 Thread Nelson Bolyard
Ahryman40k wrote: hi, i try ti sign a firefox xpi package. As i already have a Windows Authenticode SSL certificate / key, i follow steps describe here : http://oy-oy.eu/huh/firefox-extension-code-signed-with-spc-pvk/ So i have created a certificate database with certutil.exe, then i

Signtool : signing firefox xpi

2007-06-01 Thread Ahryman40k
hi, i try ti sign a firefox xpi package. As i already have a Windows Authenticode SSL certificate / key, i follow steps describe here : http://oy-oy.eu/huh/firefox-extension-code-signed-with-spc-pvk/ So i have created a certificate database with certutil.exe, then i import my windows