439
edits
Line 162: | Line 162: | ||
Valid values are: | Valid values are: | ||
<dl> | <dl> | ||
<dd>'''configDir''' - Configuration Directory where NSS can store persistant state information (typically databases).</ | <dd>'''configDir''' - Configuration Directory where NSS can store persistant state information (typically databases).</dd> | ||
<dd>'''secmod''' - Name of the secmod database (default = secmod.db).</ | <dd>'''secmod''' - Name of the secmod database (default = secmod.db).</dd> | ||
<dd>'''certPrefix''' - Prefix for the cert database.</ | <dd>'''certPrefix''' - Prefix for the cert database.</dd> | ||
<dd>'''keyPrefix''' - Prefix for the key database.</ | <dd>'''keyPrefix''' - Prefix for the key database.</dd> | ||
<dd>'''minPWLen''' - Minimum password length in bytes.</ | <dd>'''minPWLen''' - Minimum password length in bytes.</dd> | ||
<dd>'''manufacturerID''' - Override the default manufactureID value for the module returned in the CK_INFO, CK_SLOT_INFO, and CK_TOKEN_INFO structures with an internationalize string (UTF8). This value will be truncated at 32 bytes (no NULL, partial UTF8 characters dropped). | <dd>'''manufacturerID''' - Override the default manufactureID value for the module returned in the CK_INFO, CK_SLOT_INFO, and CK_TOKEN_INFO structures with an internationalize string (UTF8). This value will be truncated at 32 bytes (no NULL, partial UTF8 characters dropped). | ||
<dd>'''libraryDescription''' - Override the default libraryDescription value for the module returned in the CK_INFO structure with an internationalize string (UTF8). This value will be truncated at 32 bytes (no NULL, partial UTF8 characters dropped). | <dd>'''libraryDescription''' - Override the default libraryDescription value for the module returned in the CK_INFO structure with an internationalize string (UTF8). This value will be truncated at 32 bytes (no NULL, partial UTF8 characters dropped). |
edits