User Tools

Site Tools


userspace:mozilla_nss

This is an old revision of the document!


mozilla-nss

Template for importing CA cert in Mozilla Firefox / Thunderbird

Script by uib Gmbh
Comments and improvements welcome

Tested with opsi 4.0.2

Full-Package at http://download.uib.de/opsi4.0/products/contribute/full-package/

certutil.ins

; This sourcecode is owned by uib
; and published under the Terms of the General Public License.
; credits: http://www.opsi.org/en/credits/
; Copyright (c) uib gmbh (www.uib.de)
 
[Actions]
 
comment " simple template for using mozilla nss tools "
;http://www.mozilla.org/projects/security/pki/nss/tools/
;http://www.mozilla.org/projects/security/pki/nss/tools/certutil.html
 
 
DosInAnIcon_certutil 
 
[DosInAnIcon_certutil]
%SCRIPTPATH%\nss-3.12.4\bin\certutil.exe -L -d "$default_prefs_path$"
%SCRIPTPATH%\nss-3.12.4\bin\certutil.exe -A -n "UCS" -t "TC,TC,TC" -i %SCRIPTPATH%\cacert.pem -d "$default_prefs_path$"
%SCRIPTPATH%\nss-3.12.4\bin\certutil.exe -A -n "MMMMM" -t "TC,TC,TC" -i %SCRIPTPATH%\MMMMM.pem -d "$default_prefs_path$"
%SCRIPTPATH%\nss-3.12.4\bin\certutil.exe -A -n "MMMMMdaten" -t "TC,TC,TC" -i %SCRIPTPATH%\MMMMMdaten.pem -d "$default_prefs_path$"
%SCRIPTPATH%\nss-3.12.4\bin\certutil.exe -L -n "MMMMMF" -d "$default_prefs_path$"
userspace/mozilla_nss.1354782003.txt.gz · Last modified: 2021/08/23 08:37 (external edit)