We would like our java application to create a mozilla cert store if one doesn't already exist, similar to the way firefox does. We currently install firefox and create a new profile specifically for our application. It seems that some IE types start convulsing on the floor if you suggest that you need to install firefox on their system, so we're in the process of embedding mozilla in our app with xulrunner. Everything works mostly, but now we need to create our own cert store. Where is the mozilla cert store created (I presume some where in nss)? Is there a cooresponding call in JSS to do this? (If necessary, we can recompile JSS, but haven't tried compiling NSS.)
CryptoManager.InitializationValues() seems to require that the database files be present. It would be wonderful if there were a flag to create the files if they're not already present. Point me in the right direction and I can do it myself. Thanks, Larry _______________________________________________ dev-tech-crypto mailing list dev-tech-crypto@lists.mozilla.org https://lists.mozilla.org/listinfo/dev-tech-crypto