(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 .
certutil -A -n "SomeName" -t "C,C,C" -i some.crt -d .
and then copy cert8.db, key3.db and secmod.db to Firefox-Root-Dir/defaults/profile.
references:
and then copy cert8.db, key3.db and secmod.db to Firefox-Root-Dir/defaults/profile.
references:
2 comments:
Unknown Argument: -N
i also cannot find -N in the help (certutil.exe -?)
ah, well... should be:
"-N Create a new certificate database"
https://developer.mozilla.org/en-US/docs/NSS_reference/NSS_tools_:_certutil
Post a Comment