rpms/crypto-utils/devel genkey.xml,1.6,1.7

Elio Maldonado (emaldonado) fedora-extras-commits at redhat.com
Thu May 1 01:21:33 UTC 2008


Author: emaldonado

Update of /cvs/extras/rpms/crypto-utils/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2834

Modified Files:
	genkey.xml 
Log Message:
Use nss library for cryptography (#346731)


Index: genkey.xml
===================================================================
RCS file: /cvs/extras/rpms/crypto-utils/devel/genkey.xml,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- genkey.xml	30 Oct 2007 16:15:10 -0000	1.6
+++ genkey.xml	1 May 2008 01:20:55 -0000	1.7
@@ -35,6 +35,10 @@
         <arg><option>--genreq</option></arg>
         <arg><option>--makeca</option></arg>
       </group>
+      <group>
+        <arg><option>--nss</option></arg>
+        <arg><option>--debug</option>
+      </group>
       <arg choice="req"><replaceable>hostname</replaceable></arg>
     </cmdsynopsis>
   </refsynopsisdiv>
@@ -47,7 +51,8 @@
     Signing Requests (CSR).  Generated certificates are stored in the
     directory <filename>/etc/pki/tls/certs/</filename>, and the
     corresponding private key in
-    <filename>/etc/pki/tls/private/</filename>. </para>
+    <filename>/etc/pki/tls/private/</filename>. If using mod_nss
+    they are stored in the nss key and certficate databases. </para>
 
     <para><command>genkey</command> will prompt for the size of key
     desired; whether or not to generate a CSR; whether or not an
@@ -58,6 +63,11 @@
     private key using the truerand library and also by prompting the
     user for entry of random text.</para>
 
+    <para><option>nss</option> indicates that mod_nss database 
+    should be used to store keys and certificates.</para>
+
+    <para><option>debug</option> set this flag to enable debug logs.</para>
+
   </refsect1>
   
   <refsect1>




More information about the fedora-extras-commits mailing list