rpms/crypto-utils/F-10 genkey.pl,1.26,1.27

Elio Maldonado emaldonado at fedoraproject.org
Wed May 20 16:30:01 UTC 2009


Author: emaldonado

Update of /cvs/extras/rpms/crypto-utils/F-10
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv8009

Modified Files:
	genkey.pl 
Log Message:
Bug 162116: Fix cert suffix to be .crt as Apache expects it


Index: genkey.pl
===================================================================
RCS file: /cvs/extras/rpms/crypto-utils/F-10/genkey.pl,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -p -r1.26 -r1.27
--- genkey.pl	30 Jan 2009 01:47:29 -0000	1.26
+++ genkey.pl	20 May 2009 16:29:30 -0000	1.27
@@ -1521,7 +1521,7 @@ sub genCertWindow
     return "Skip" if $useca;
 
     $keyfile = $ssltop."/private/".$servername.".key";
-    $certfile = $ssltop."/certs/".$servername.".cert";
+    $certfile = $ssltop."/certs/".$servername.".crt";
     
     my $msg = "You are about to be asked to enter information that will be ".
 	"made into a self-signed certificate for your server. What you are ".




More information about the scm-commits mailing list