Hello,
I am using JSS 4.2.5 on linux and windows.
When trying to initialize the cryptoManager on Ubuntu I don't get any exception
no matter what argument I pass to the initialize method.
So currently for test purposes, I've set it hard-coded to the profile folder
(~/.mozilla/firefox/XXXXXXX.default)
Running getCACerts on CryptoManager instance returns no certificates...
While certutil tool does show the certificates.
This is my code:
CryptoManager.initialize("~/.mozilla/firefox/zk13jer0.default/");
CryptoManager cm = CryptoManager.getInstance();
JOptionPane.showMessageDialog(null, "NUM OF CA CERTS: " +
cm.getCACerts().length, "", JOptionPane.INFORMATION_MESSAGE);
Any suggestions?
--
dev-tech-crypto mailing list
[email protected]
https://lists.mozilla.org/listinfo/dev-tech-crypto