rpms/crypto-utils/F-10 genkey.pl,1.24,1.25

Elio Maldonado emaldonado at fedoraproject.org
Thu Jan 29 22:56:14 UTC 2009


Author: emaldonado

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

Modified Files:
	genkey.pl 
Log Message:
Fixed cert and key file name extensions


Index: genkey.pl
===================================================================
RCS file: /cvs/extras/rpms/crypto-utils/F-10/genkey.pl,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- genkey.pl	4 Nov 2008 05:47:23 -0000	1.24
+++ genkey.pl	29 Jan 2009 22:55:44 -0000	1.25
@@ -614,7 +614,7 @@
     my $where_key = $nss
         ? $modNssDbDir."/$nssDBPrefix"."key3.db" : "$ssltop/private/$name.key";
     my $where_cert = $nss
-        ? $modNssDbDir."/$nssDBPrefix"."cert8.db" : "$ssltop/certs/$name.cert";
+        ? $modNssDbDir."/$nssDBPrefix"."cert8.db" : "$ssltop/certs/$name.crt";
     my $what = $nss ? "directory" : "file";
     my $message = <<EOT;
 You are now generating a new keypair which will be used to encrypt all




More information about the fedora-extras-commits mailing list