290 |
$ta->loadAnchor($f) or next; |
$ta->loadAnchor($f) or next; |
291 |
$ta->saveLogMode() and $ta->setLogMode(); |
$ta->saveLogMode() and $ta->setLogMode(); |
292 |
$ta->loadState() or next; |
$ta->loadState() or next; |
293 |
$ta->retrieve or next; |
|
294 |
$ta->loadCAfiles() or next; |
# using the HASH in the CA filename templates requires the CRL |
295 |
|
# is retrieved first to determinte the hash |
296 |
|
if ( $cnf->{_}->{"catemplate"} =~ /\@HASH\@/ ) { |
297 |
|
$ta->retrieve or next; |
298 |
|
$ta->loadCAfiles() or next; |
299 |
|
} else { |
300 |
|
$ta->loadCAfiles() or next; |
301 |
|
$ta->retrieve or next; |
302 |
|
} |
303 |
|
|
304 |
$ta->verifyAndConvertCRLs or next; |
$ta->verifyAndConvertCRLs or next; |
305 |
|
|
306 |
my $writer = CRLWriter->new($ta); |
my $writer = CRLWriter->new($ta); |