Table of Contents

Network Security Services (NSS)

Notes on how to use NSS. Most of the examples below are related to using NSS with Apache.

Import Certificates

pk12util -i DOMAIN.TLD.p12 -d /etc/httpd/alias/ -W P12PASSWORD


List Certificates

certutil -d /etc/httpd/alias/ -L


Apache NSS Module (mod_nss)

Use certutil to find the certificate nick name and update the NSSNickName in /etc/httpd/conf.d/nss.conf