Skip to content
Snippets Groups Projects
Commit c567aee1 authored by ale's avatar ale
Browse files

Add a debugging statement for Authorization objects

parent c6725408
No related branches found
No related tags found
No related merge requests found
Pipeline #67522 passed
......@@ -213,6 +213,7 @@ func (a *ACME) verifyAll(ctx context.Context, client *acme.Client, c *certConfig
return nil, fmt.Errorf("challenge type '%s' is not available", chal.Type)
}
log.Printf("attempting fulfillment for %q (identifier: %+v)", c.Names, z.Identifier)
for _, domain := range c.Names {
cleanup, err := v.Fulfill(ctx, client, domain, chal)
if err != nil {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment