mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-31 06:33:28 +02:00
modutil: add page (#17062)
Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>
This commit is contained in:
parent
c246996957
commit
4b4d97548a
1 changed files with 12 additions and 0 deletions
12
pages/common/modutil.md
Normal file
12
pages/common/modutil.md
Normal file
|
@ -0,0 +1,12 @@
|
|||
# modutil
|
||||
|
||||
> Manage PKCS #11 module information within the NSS security module database.
|
||||
> More information: <https://manned.org/modutil>.
|
||||
|
||||
- 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/db/dir}} -add "{{module_label}}" -libfile {{path/to/pkcs11_mod.so}}`
|
||||
|
||||
- List PKCS #11 modules in a NSS database:
|
||||
|
||||
`modutil -dbdir sql:{{path/to/nss/db/dir}} -list`
|
Loading…
Add table
Reference in a new issue