Hi, I used to do that with some javascript code in plain autoconfig : see https://blog.mossroy.fr/2014/12/29/deploiement-de-firefox-en-entreprise-partie-2-aspects-techniques/#Ajout_drsquoautorites_de_certification_SSL . It's basically the same method as the "autoconfig via javascript" paragraph from the wiki, but can read a cert file directly from the disk : you have to put it in defaults/pref folder, and it must be in PEM format (like https://en.wikipedia.org/wiki/Privacy-enhanced_Electronic_Mail#Sample_PEM_format_x_509_cert ). Then you call importCert("yourcertfilename") in your autoconfig.
It was working fine, but I now prefer to use CCK2 https://mike.kaply.com/cck2/ , which also easily handles many other customizations of Firefox. The wiki article you mention also suggests another way to do it, which is Windows-specific and very recent : import some certificates from the windows certificate store. It's not available in ESR versions for now, and I did not test it. See archives of this mailing-list : it has been discussed in November 2016. Regards, Mossroy Le 28/12/2016 à 15:15, Kim, James a écrit : > > Good morning, > > > > We set up the autoconfig files to force Firefox through our proxy but > have found that internal resources are inaccessible because Firefox is > missing our root certificate. Is there an easy way to deploy the root > cert? > > > > I found this article (https://wiki.mozilla.org/CA:AddRootToFirefox) > but I need some more guidance to try this out. > > > > Would anyone be able to help with the AutoConfig via Javascript or any > other method of deploying the root Cert? > > > > I appreciate the help! > > > > *James T. Kim* > > > > _______________________________________________ > Enterprise mailing list > [email protected] > https://mail.mozilla.org/listinfo/enterprise > > To unsubscribe from this list, please visit > https://mail.mozilla.org/listinfo/enterprise or send an email to > [email protected] with a subject of "unsubscribe"
_______________________________________________ Enterprise mailing list [email protected] https://mail.mozilla.org/listinfo/enterprise To unsubscribe from this list, please visit https://mail.mozilla.org/listinfo/enterprise or send an email to [email protected] with a subject of "unsubscribe"

