Skip to content

Commit

Permalink
Merge pull request #28 from oetiker/v0.7.2
Browse files Browse the repository at this point in the history
better logging
  • Loading branch information
oetiker authored Aug 3, 2020
2 parents 421a090 + bd2d978 commit 55e3794
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.7.3
0.7.4
4 changes: 2 additions & 2 deletions bin/acmefetch
Original file line number Diff line number Diff line change
Expand Up @@ -315,8 +315,8 @@ sub getCertificates {
]);
my @authUrl = $order->authorizations;
my @id = $order->identifiers;
bla 'info',"status ".$acme->poll_order($order);
for my $i (0..$#authUrl){
bla 'debug',"## authorizing $authUrl[$i] ##";
my $authz = $acme->get_authorization($authUrl[$i]);
my @challenges = $authz->challenges();
my $ok;
Expand All @@ -340,7 +340,7 @@ sub getCertificates {
sleep 1;
}
if ($status eq 'invalid'){
bla 'info',"Failed to authorise $id[$i]->{value}. Probably something wrong with the configuriatoion?";
bla 'info',"Failed to authorise $id[$i]->{value}. Probably something wrong with the configuration?";
bla 'info', Dumper($authz);
next SITE;
}
Expand Down

0 comments on commit 55e3794

Please sign in to comment.