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

Add debug statement for DNS challenge

parent 660d5360
No related branches found
No related tags found
Loading
Pipeline #67216 passed
......@@ -110,6 +110,7 @@ func (d *dnsValidator) Fulfill(ctx context.Context, client *acme.Client, domain
}
func (d *dnsValidator) updateNS(ctx context.Context, ns, zone, fqdn, value string, remove bool) error {
log.Printf("updateNS(%s, %s, %s, %s, %v)", ns, zone, fqdn, value, remove)
rrs := d.makeRR(fqdn, value, rfc2136Timeout)
m := d.makeMsg(zone, rrs, remove)
c := d.client()
......
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