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

Ahem, forgot the _acme-challenge token for dns-01 validation

parent 0b1df93d
No related branches found
No related tags found
No related merge requests found
Pipeline #67609 passed with warnings
......@@ -96,7 +96,7 @@ func (d *dnsValidator) Fulfill(ctx context.Context, client *acme.Client, domain
}
zone = dns.Fqdn(zone)
fqdn := dns.Fqdn(domain)
fqdn := dns.Fqdn("_acme-challenge." + domain)
value, err := client.DNS01ChallengeRecord(chal.Token)
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