Hi,
I'm running a mozilla version of signtool.
It works and signs an xpi file in dos command prompt as well as a cygwin bash shell, but when run as a program in final builder, dos command, or external batch file through final builder, all three return the following error message:
"signtool: function failed: An I/O error occured during security authorization."
I would assume that FB is not receiving the password correctly, but I'm not sure what to do.
Here is an example script: C:\nss-3.11.4\bin\signtool -d C\*\test\db -k myTestCert -p "password" C:\*\test
When it succeeds it outputs this meassage tree "C:\*\test\" signed successfully.
Any help resolving this problem would be much appreciated!
-Parks