Saturday, April 19, 2008

firefox and system-wide installation/deployment of certificates

wanted to add CACert.org Root Certificate in firefox for all users on a system. it seems as if this were not possible...
(but see: http://wiki.cacert.org/wiki/NSSLib and https://bugzilla.mozilla.org/show_bug.cgi?id=215243)

however, one can use certutil to create a cert8.db and deploy that with the default profile - of course, that doesn't help with users who already have profiles...

certutil -N -d . 

2 comments:

Anonymous said...

Unknown Argument: -N

i also cannot find -N in the help (certutil.exe -?)

iiegn said...

ah, well... should be:
"-N Create a new certificate database"

https://developer.mozilla.org/en-US/docs/NSS_reference/NSS_tools_:_certutil