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