]>
git.saurik.com Git - apple/security.git/blob - keychains/makeroots
7 my $dbname = "X509Anchors";
11 for my $file (@ARGV) {
12 my @cmd = ("certtool", "i", $file, "k=$dbname", "d");
13 do { push @cmd, "c"; $created = 1; } unless $created;
19 print "$count certificates placed into $dbname\n";