From 86a4f2c9f4e7f85f2d59e2f1713aacf98ab8bc1a Mon Sep 17 00:00:00 2001 From: Matthew Holt Date: Sat, 2 May 2020 16:28:10 -0600 Subject: caddytls: Fix namespace tls.dns -> dns.providers Coulda sworn I did this already but I think I messed up my git commands --- modules/caddytls/automation.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/caddytls') diff --git a/modules/caddytls/automation.go b/modules/caddytls/automation.go index 5d96c4f..bc095ff 100644 --- a/modules/caddytls/automation.go +++ b/modules/caddytls/automation.go @@ -287,7 +287,7 @@ type TLSALPNChallengeConfig struct { type DNSChallengeConfig struct { // The DNS provider module to use which will manage // the DNS records relevant to the ACME challenge. - ProviderRaw json.RawMessage `json:"provider,omitempty" caddy:"namespace=tls.dns inline_key=name"` + ProviderRaw json.RawMessage `json:"provider,omitempty" caddy:"namespace=dns.providers inline_key=name"` // The TTL of the TXT record used for the DNS challenge. TTL caddy.Duration `json:"ttl,omitempty"` -- cgit v1.2.3