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
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
2 matches
Mail list logo