dnssec-keytool.pl
branchhs12
changeset 54 bba32c45a832
parent 53 291588cb5e84
child 61 991f8f1593dc
equal deleted inserted replaced
53:291588cb5e84 54:bba32c45a832
   278         s#K.*\+.*\+(.*)#$1#;
   278         s#K.*\+.*\+(.*)#$1#;
   279     }
   279     }
   280 
   280 
   281     # reviewed every key file (KSK, ZSK), whether they are described in
   281     # reviewed every key file (KSK, ZSK), whether they are described in
   282     # the respective index file. if not they will be deleted.
   282     # the respective index file. if not they will be deleted.
   283     for ( glob("$master_dir/$zone/K*") {
   283     for ( glob("$master_dir/$zone/K*")) {
   284         chomp;
   284         chomp;
   285         my $file     = $_;
   285         my $file     = $_;
   286         my $rm_count = 1;
   286         my $rm_count = 1;
   287         my $keyname;
   287         my $keyname;
   288         for (@keylist) {
   288         for (@keylist) {