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

Elio Maldonado (emaldonado) fedora-extras-commits at redhat.com
Wed May 7 16:38:27 UTC 2008


Author: emaldonado

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

Modified Files:
	genkey.xml 
Log Message:
Document location of the keys when using the nss database (#346731)


Index: genkey.xml
===================================================================
RCS file: /cvs/extras/rpms/crypto-utils/devel/genkey.xml,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- genkey.xml	1 May 2008 01:20:55 -0000	1.7
+++ genkey.xml	7 May 2008 16:37:50 -0000	1.8
@@ -34,10 +34,7 @@
       <group>
         <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>
@@ -51,8 +48,12 @@
     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>. If using mod_nss
-    they are stored in the nss key and certficate databases. </para>
+    <filename>/etc/pki/tls/private/</filename>. </para>
+
+    <para>When using mod_nss the private key is stored in the
+    nss database. Consult the nss.conf file in
+    <filename>/etc/httpd/conf.d/</filename>
+    for the location of the database. </para>
 
     <para><command>genkey</command> will prompt for the size of key
     desired; whether or not to generate a CSR; whether or not an
@@ -66,8 +67,6 @@
     <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