Sophie

Sophie

distrib > Mageia > 6 > armv7hl > media > core-updates-src > by-pkgid > 046ddd3cc13fdcf5336f3cf66869add8 > files > 6

rootcerts-20180411.00-1.mga6.src.rpm

--- generate-cacerts.pl.2	2009-03-23 18:01:32.000000000 +0100
+++ generate-cacerts.pl	2009-03-23 18:23:14.000000000 +0100
@@ -310,6 +310,7 @@
         if ($write_current_cert == 1)
         {
             $pem_file_count++;
+            $cert_alias .= "-alt" while -e "$cert_alias.pem";
             open(PEM, ">$cert_alias.pem");
             print PEM $cert;
         }