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 certificate with pk12util. Import was successful.

when i check for importation in the certificate database, i can see 
something like this :

7a7c125c-dcc0-4461-ace9-ed26662444f2                         u,u,u
Thawte Code Signing CA - Thawte Consulting cc                 c,,c
thawte 
c,c,

How can i rename this "7a7c125c-dcc0-4461-ace9-ed26662444f2"  ??

Finally i use signtool to sign my package :
signtool -d "DB" -K -k "7a7c125c-dcc0-4461-ace9-ed26662444f2" -p 
"PASSWORD" -X -Z "PACKAGE.XPI" Dir\

As output, i have :

using certificate directory: DB
Generating Addin\/META-INF/manifest.mf file..
--> [...]
Generating zigbert.sf file..
signtool: PROBLEM signing data (Issuer certificate is invalid)
the tree "Dir\" was NOT SUCCESSFULLY SIGNED

and zigbert.rsa file size = 0

Why ?? What's wrong ??? 


_______________________________________________
dev-tech-crypto mailing list
dev-tech-crypto@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-tech-crypto

Reply via email to