Good day.
I have our own Certificate Authority (CA) that we need to add to Mozilla Firefox Browser, as ive researches that Firefox has its own certificate management.
But we need to add it programmatically, as we have our own application that automatically adds our certificates to IE, Edge and Chrome for our clients.
I have used Firefox version 59. Since i don't have experience on creating a code on doing this, i looked around and came across a solution. but it didn't work with either our .cer or pem certificates.
https://github.com/christian-korneck/firefox_add-certs - i think this will only work with Firefox 39.
I found another article, which has several solutions. and towards the end someone says from Firefox 58, it only uses cert9.db
Programmatically Install Certificate into Mozilla
But i cannot find any cert8.db or cert9.db on the firefox folders. Even if i add my certificate manually. there is no profile folder generated.
I am not stuck in this problem. I hope anyone can give me a working code solution for windows ( either through a command script or a powershell script), that i can add our certificate to Firefox 59 certificate store.
Thanks for your help and support, Rommel