Add client certificate to firefox

2010-11-18 Thread Derek Ekins
I want to add a client certificate to a firefox profile using JSS. I have a p12 file with no password on it and am trying to import it like so: CryptoManager.initialize(profileDirectory); CryptoManager cm = CryptoManager.getInstance(); cm.importCACertPackage(certificateFile

Add client certificate to firefox

2010-11-18 Thread Derek Ekins
I want to add a client certificate to a firefox profile using JSS. I have a p12 file with no password on it and am trying to import it like so: CryptoManager.initialize(profileDirectory); CryptoManager cm = CryptoManager.getInstance(); cm.importCACertPackage(certificateFileAsByteArray); This giv