nss_pcache
NSS-based SSL module for Apache2
Install
- All systems
-
curl cmd.cat/nss_pcache.sh
- Debian
-
apt-get install libapache2-mod-nss
- Ubuntu
-
apt-get install libapache2-mod-nss
- CentOS
-
yum install mod_nss
- Fedora
-
dnf install mod_nss
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install libapache2-mod-nss
- Raspbian
-
apt-get install libapache2-mod-nss
- Dockerfile
- dockerfile.run/nss_pcache
libapache2-mod-nss
NSS-based SSL module for Apache2
This Apache module provides strong cryptography for the Apache 2.0 webserver via the Secure Sockets Layer (SSL v2/v3) and Transport Layer Security (TLS v1) protocols by the help of the SSL/TLS implementation library NSS This module is based heavily on the mod_ssl package. In fact, it's more a conversion than anything else.