PKI 10.6 NSS SQL Database Support - dogtagpki/pki GitHub Wiki

Overview

In Fedora 28 PKI will use NSS SQL database instead of DBM database. Existing instances will be upgraded automatically when the server is restarted.

DBM database consists of the following files:

  • cert8.db

  • key3.db

  • secmod.db

SQL database consists of the following files:

  • cert9.db

  • key4.db

  • pkcs11.txt

Creating SQL Database

$ certutil -L -d sql:<directory>

See Also

⚠️ **GitHub.com Fallback** ⚠️