rpms/crypto-utils/devel genkey.xml,1.11,1.12

Elio Maldonado emaldonado at fedoraproject.org
Tue Nov 4 04:03:50 UTC 2008


Author: emaldonado

Update of /cvs/extras/rpms/crypto-utils/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv1109

Modified Files:
	genkey.xml 
Log Message:
Clearer documentation


Index: genkey.xml
===================================================================
RCS file: /cvs/extras/rpms/crypto-utils/devel/genkey.xml,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- genkey.xml	26 Oct 2008 23:35:58 -0000	1.11
+++ genkey.xml	4 Nov 2008 04:03:19 -0000	1.12
@@ -78,7 +78,7 @@
       <varlistentry>
         <term><option>--makeca</option></term>
         <listitem><simpara>Generate a Certificate Authority
-        keypair.</simpara></listitem>
+        keypair and certificate.</simpara></listitem>
       </varlistentry>
 
       <varlistentry>
@@ -93,8 +93,8 @@
         <term><option>--renew</option></term>
         <listitem><simpara>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.</simpara></listitem>
+        in the nss database, therefore --nss is also required. Pem file
+        based cert renewal is not currently supported.</simpara></listitem>
       </varlistentry>
 
       <varlistentry>
@@ -133,7 +133,8 @@
 
     <para>The following example will create a self-signed certificate
     and private key for the hostname <literal>www.nssexample.com</literal>
-    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.
     
       <programlisting>
         # genkey --days --nss 120 www.nssexample.com




More information about the fedora-extras-commits mailing list