rpms/crypto-utils/devel genkey.pl,1.27,1.28

Elio Maldonado emaldonado at fedoraproject.org
Wed May 20 15:54:25 UTC 2009


Author: emaldonado

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

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/devel/genkey.pl,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -p -r1.27 -r1.28
--- genkey.pl	29 Jan 2009 22:19:22 -0000	1.27
+++ genkey.pl	20 May 2009 15:53:54 -0000	1.28
@@ -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