rpms/crypto-utils/devel crypto-utils.spec, 1.16, 1.17 genkey.xml, 1.3, 1.4

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Fri May 13 15:32:38 UTC 2005


Author: jorton

Update of /cvs/dist/rpms/crypto-utils/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv31060

Modified Files:
	crypto-utils.spec genkey.xml 
Log Message:
* Fri May 13 2005 Joe Orton <jorton at redhat.com> 2.2-5
- genkey(1): fix paths to use /etc/pki



Index: crypto-utils.spec
===================================================================
RCS file: /cvs/dist/rpms/crypto-utils/devel/crypto-utils.spec,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- crypto-utils.spec	27 Apr 2005 12:39:28 -0000	1.16
+++ crypto-utils.spec	13 May 2005 15:32:36 -0000	1.17
@@ -4,7 +4,7 @@
 Summary: SSL certificate and key management utilities
 Name: crypto-utils
 Version: 2.2
-Release: 4
+Release: 5
 Source: crypto-rand-%{crver}.tar.gz
 Source1: genkey.pl
 Source2: certwatch.c
@@ -101,6 +101,9 @@
 %{_mandir}/man1/*.1*
 
 %changelog
+* Fri May 13 2005 Joe Orton <jorton at redhat.com> 2.2-5
+- genkey(1): fix paths to use /etc/pki
+
 * Wed Apr 27 2005 Joe Orton <jorton at redhat.com> 2.2-4
 - genkey: create private key files with permissions 0400
 - genkey: tidy up error handling a little


Index: genkey.xml
===================================================================
RCS file: /cvs/dist/rpms/crypto-utils/devel/genkey.xml,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- genkey.xml	26 Apr 2005 12:39:15 -0000	1.3
+++ genkey.xml	13 May 2005 15:32:36 -0000	1.4
@@ -37,9 +37,9 @@
     <para><command>genkey</command> is an interactive command-line
     tool which can be used to generate SSL certificates or Certificate
     Signing Requests (CSR).  Generated certificates are stored in the
-    directory <filename>/usr/share/ssl/certs/</filename>, and the
+    directory <filename>/etc/pki/tls/certs/</filename>, and the
     corresponding private key in
-    <filename>/usr/share/ssl/private/</filename>. </para>
+    <filename>/etc/pki/tls/private/</filename>. </para>
 
     <para><command>genkey</command> will prompt for the size of key
     desired; whether or not to generate a CSR; whether or not an




More information about the fedora-cvs-commits mailing list