summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRob Crittenden <rcritten@redhat.com>2014-07-02 09:44:43 -0400
committerRob Crittenden <rcritten@redhat.com>2014-07-02 09:44:43 -0400
commit1e23537dbdaf9388afa12500af6f69a6ec7da784 (patch)
tree187e3edcee9d4f83ed9bec59a5a164b3bd8b2b0a
parentd419d7cdbf7bf4a94f79b0618cb3bc9d2e12c3c7 (diff)
downloadmod_nss-1e23537dbdaf9388afa12500af6f69a6ec7da784.tar.gz
mod_nss-1e23537dbdaf9388afa12500af6f69a6ec7da784.tar.xz
mod_nss-1e23537dbdaf9388afa12500af6f69a6ec7da784.zip
Correct the gencert man page, the NSS database has a password
-rw-r--r--gencert.82
1 files changed, 1 insertions, 1 deletions
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