Examples (2)
Add a PKCS #11 module to a NSS database (e.g. a Firefox profile: `$HOME/.mozilla/firefox/default-release`)
modutil -dbdir sql:path/to/nss_database_directory -add "module_label" -libfile path/to/pkcs11_mod.soList PKCS #11 modules in a NSS database
modutil -dbdir sql:path/to/nss_database_directory -listmade by @shridhargupta | data from tldr-pages