From 8eff5df729dcad9c229e637b752b762a4ad5472a Mon Sep 17 00:00:00 2001 From: Rob Crittenden Date: Thu, 20 Feb 2014 16:27:06 -0500 Subject: Document sample mod_nss use cases, including FIPS. Matthew Harmsen Resolvds #1036940 --- docs/mod_nss.html | 299 +++++++++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 297 insertions(+), 2 deletions(-) diff --git a/docs/mod_nss.html b/docs/mod_nss.html index a1e14e2..b2fda6c 100644 --- a/docs/mod_nss.html +++ b/docs/mod_nss.html @@ -33,6 +33,7 @@ Database Management
Why is SSLv2 disabled?
Frequently Asked Questions
+Sample Use Cases

Introduction

The mod_ssl package was @@ -1056,7 +1057,7 @@ man-in-the-middle attack so leaving this as on is strongly recommended.

Example

-NSSProcyCheckPeerCN on
+NSSProxyCheckPeerCN on

Environment Variables

@@ -1467,6 +1468,300 @@ Q. Does mod_nss support mod_proxy?

A. Yes but you need to make sure that mod_ssl is not loaded. mod_proxy provides a single interface for SSL providers and mod_nss defers to -mod_ssl if it is loaded. +mod_ssl if it is loaded.
+ +

Sample Use Cases

+

I. Restart Apache using the NSS Internal Software Token

+ +

II. Restart Apache using the NSS FIPS Software Token

+ -- cgit