modutil
Tools for the Network Security Services
Install
- All systems
-
curl cmd.cat/modutil.sh
- Debian
-
apt-get install libnss3-tools
- Ubuntu
-
apt-get install libnss3-tools
- Alpine
-
apk add nss
- Arch Linux
-
pacman -S nss
- Kali Linux
-
apt-get install libnss3-tools
- CentOS
-
yum install nss-tools
- Fedora
-
dnf install nss-tools
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install libnss3-tools
- OS X
-
brew install nss
- Raspbian
-
apt-get install libnss3-tools
- Dockerfile
- dockerfile.run/modutil
- Docker
-
docker run cmd.cat/modutil modutil
powered by Commando
nss-tools
Tools for the Network Security Services
libnss3-tools
Network Security Service tools
This is a set of tools on top of the Network Security Service libraries. This package includes: * certutil: manages certificate and key databases (cert7.db and key3.db) * modutil: manages the database of PKCS11 modules (secmod.db) * pk12util: imports/exports keys and certificates between the cert/key databases and files in PKCS12 format. * shlibsign: creates .chk files for use in FIPS mode. * signtool: creates digitally-signed jar archives containing files and/or code. * ssltap: proxy requests for an SSL server and display the contents of the messages exchanged between the client and server.
nss
Network Security Services (NSS) is a set of libraries designed to
support cross-platform development of security-enabled client and server applications. Applications built with NSS can support SSL v2 and v3, TLS, PKCS #5, PKCS #7, PKCS #11, PKCS #12, S/MIME, X.509 v3 certificates, and other security standards.