1NSS-GUI(1) NSS-GUI NSS-GUI(1)
2
3
4
6 nss-gui - GUI to manage contents of an NSS database
7
9 nss-gui [OPTIONS]
10
12 NSS-GUI(1) is a graphical user interface to manage data and
13 configuration of NSS (Network Security Services). Features includes
14 managing the contents of a certificate database, CRLs and PKCS#11
15 security devices. More precisely, NSS-GUI is a simple frontend to run
16 the PKI management features provided by the Mozilla XULRunner runtime
17 environment software. NSS-GUI(1) uses NSS´ shared database access
18 mechanism.
19
21 --dbdir DBDIR
22 Instruct NSS-GUI to operate on the NSS database identified by
23 DBDIR. The syntax of DBDIR is as documented by the NSS library and
24 may include modifiers that define the access mechanism. A DBDIR
25 parameter is passed to NSS as is, without verification. If the
26 parameter is not given, then the DBDIR will be taken from
27 environment variable ´MOZPSM_NSSDBDIR_OVERRIDE´. If neither
28 parameter --dbdir is given, nor the environment variable is set,
29 then a default path with the shared database access mechanism will
30 be used. For regular user accounts the default is
31 sql:$HOME/.pki/nssdb/ When running with root permissions the
32 default is sql:/etc/pki/nssdb/.
33
34 --help
35 Displays the list of options.
36
37 -ini INIFILE
38 Path to the INIFILE containing configuration information required
39 by the Mozilla XULRunner runtime environment. This file is shipped
40 with NSS-GUI(1). Default installation path is
41 /usr/share/nss-gui/xrnssgui.ini.
42
44 Refer to the project web site for links to the bug tracking system.
45
47 The NSS-GUI frontend was written by Kai Engert.
48
50 Project web site: https://fedorahosted.org/nss-gui/
51
52
53
54NSS-GUI 02/15/2011 NSS-GUI(1)