From 5d743f19fd82af073af5c58ab64b13b083392e5a Mon Sep 17 00:00:00 2001 From: Elio Maldonado Date: Tue, 4 Nov 2008 04:03:19 +0000 Subject: [PATCH] Clearer documentation --- genkey.xml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/genkey.xml b/genkey.xml index 1842944..752206e 100644 --- a/genkey.xml +++ b/genkey.xml @@ -78,7 +78,7 @@ Generate a Certificate Authority - keypair. + keypair and certificate. @@ -93,8 +93,8 @@ Used with --genreq to indicate a renewal, the existing keypair will be used. Certs and keys must reside - in the nss database. Pem file cert renewal is not currently - supported. + in the nss database, therefore --nss is also required. Pem file + based cert renewal is not currently supported. @@ -133,7 +133,8 @@ The following example will create a self-signed certificate and private key for the hostname www.nssexample.com - which will be stored in cert and key in the nss database: + which will be stored in cert and key in the nss database. If no nickname + is given the tool will extract it from mod_nss's nss configuration file. # genkey --days --nss 120 www.nssexample.com