NSS
From Dogtag
Overview
Note: This page is being moved to https://github.com/dogtagpki/nss/wiki.
Certificate Trust Flags
Flag | Attributes |
---|---|
C | TRUSTED_CA, VALID_CA |
T | TRUSTED_CLIENT_CA, VALID_CA |
c | VALID_CA |
P | TRUSTED, TERMINAL_RECORD |
p | TERMINAL_RECORD |
u | USER |
w | SEND_WARN |
I | INVISIBLE_CA |
G | GOVT_APPROVED_CA |
See PKCS12.encodeFlags() and PKCS12.decodeFlags().
Debugging NSS
Database Type
NSS supports two types of database:
- dbm
- sql
The default type of the database can be specified in NSS_DEFAULT_DB_TYPE environment variable.
See also Changes/NSSDefaultFileFormatSql.