我想从Firefox浏览器中获取证书列表。
我知道IE和Chrome使用同一存储区来存储证书,但是FF使用其自己的数据库。
在下面的链接中,我可以找到.db文件,但不知道如何查询数据库。
Programmatically Install Certificate into Mozilla
其他一些参考链接。
what is cert8.db and key3.db file?
http://bighow.org/questions/25874882/how-to-import-a-certificate-from-windows-into-firefox
下面的链接使用PYTHON通过certutil.exe查询数据库。但是在Firefox中,默认情况下不附带此exe文件,因此对该方法不感兴趣。