Skip to content

PKI 10.6 NSS SQL Database Support

Endi S. Dewata edited this page Dec 6, 2021 · 1 revision

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

Clone this wiki locally