mirror of
https://abf.rosa.ru/djam/rootcerts.git
synced 2025-02-23 16:52:57 +00:00
10 lines
372 B
Diff
10 lines
372 B
Diff
--- 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;
|
|
}
|