Skip to content

Commit

Permalink
less propagation checks
Browse files Browse the repository at this point in the history
  • Loading branch information
BeryJu committed Jan 12, 2025
1 parent a0a565d commit 0a7a73f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions internal/acme/acme.go
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ func (c *Client) GetCerts(app appliances.CertificateConsumer) (*certificate.Reso

opts := []dns01.ChallengeOption{
dns01.AddDNSTimeout(20 * time.Second),
dns01.DisableAuthoritativeNssPropagationRequirement(),
}

if len(config.C.ACME.Resolvers) > 0 {
Expand Down

0 comments on commit 0a7a73f

Please sign in to comment.