Re: How to refresh Firefox keystore

2010-07-05 Thread Subrata Mazumdar
I not sure about the current version (3.6) of FF, but earlier versions (FF 2.0 and 3.0), the key/certificate DB did not support multiple write interfaces i.e. DB write using one API does not get propagated to other API. As a result, keys/certs added by JSS API are not picked by the PSM XPCOM

Re: How to refresh Firefox keystore

2010-07-05 Thread aerowolf
Wasn't a new version of NSS released (and thus JSS) that had a cert9.db and key4.db? Those are SQLite3 databases, and are the only versions that actively support multiple processes writing to them. -Kyle H On Mon, Jul 5, 2010 at 4:13 PM, james07 wrote: I notice the cert8.db and key3.db fil

Re: How to refresh Firefox keystore

2010-07-05 Thread james07
I notice the cert8.db and key3.db files get updated only when the JVM shuts down. That may explain why the new certificate doesn't show up. Is this (update of the db files) the expected behavior? It seems strange. Is there a way to commit the change? Also, in addition to importing the generated k