pull/15740/merge
Irbe Krumina 2 days ago committed by GitHub
commit 39d987c3ff
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -609,9 +609,9 @@ var getCertPEM = func(ctx context.Context, b *LocalBackend, cs certStore, logf l
return nil, ctx.Err()
}
if oe, ok := err.(*acme.OrderError); ok {
logf("acme: WaitOrder: OrderError status %q", oe.Status)
logf("acme: WaitOrder: OrderError status %q, Order URL %q", oe.Status, orderURI)
} else {
logf("acme: WaitOrder error: %v", err)
logf("acme: WaitOrder error: %v, Order URL %q", err, orderURI)
}
return nil, err
}

Loading…
Cancel
Save