When trying to sign a firefox extension with this line:
nss-signtool -k “TestCert” -d .keys/cert_db/ -p “test” -X -Z ./dist/test.xpi ./build/test/
I get the following error, and nothing more:
signtool: function failed: security library: bad database.
I made the database and installed a certificate using these instructions: https://www.mozdevgroup.com/docs/pete/Signing-an-XPI.html
Does anyone know what this means?
oops… i made some syntax errors… should be “./keys/cert_db” instead of “.keys/cert_db”
I believed that fixed it!