From 1e23537dbdaf9388afa12500af6f69a6ec7da784 Mon Sep 17 00:00:00 2001 From: Rob Crittenden Date: Wed, 2 Jul 2014 09:44:43 -0400 Subject: Correct the gencert man page, the NSS database has a password --- gencert.8 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gencert.8 b/gencert.8 index f2017c3..191375a 100644 --- a/gencert.8 +++ b/gencert.8 @@ -26,7 +26,7 @@ A tool used to generate a self\-signed CA as well as server and user certificate .PP This is used to generate a default NSS database for the mod_nss Apache module. It does not test to see if an existing database already exists, so use with care. .PP -\fBgencert\fP will generate a new NSS database and set an empty database password. +\fBgencert\fP will generate a new NSS database with the password "httptest". .PP It generates a self\-signed CA with the subject "CN=Certificate Shack, O=example.com, C=US" .PP -- cgit