I want to know how to deploy a root certificates for the Firefox on Mac OS X. I've found some solutions to do it on Windows and it works like a charm. Now I want to do the same on Mac OS X. we have many clients with this OS and it would be very wasteful if we have to do it manually on the clients. I'm looking for a solution where I don't have to make any user inputs an the machine.
I've found the OS X alternative to certutil -> security
but with security I can only add the certificate to the keychain.
It seems like that Firefox don't use the keyhain to check the certificates.
How can I add the certificate to the user specific cert-store?