Fix certificatesResolvers typo in Traefik static configuration
Changed 'certresolver' to 'certificatesResolvers' (plural) which is the correct Traefik v3 configuration key for defining ACME certificate resolvers. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
@@ -41,7 +41,7 @@ providers:
|
||||
watch: true
|
||||
|
||||
# Certificate resolvers
|
||||
certresolver:
|
||||
certificatesResolvers:
|
||||
cloudflare:
|
||||
acme:
|
||||
email: john.allisonwin@outlook.com
|
||||
@@ -49,8 +49,8 @@ certresolver:
|
||||
dnsChallenge:
|
||||
provider: cloudflare
|
||||
resolvers:
|
||||
- 1.1.1.1:53
|
||||
- 8.8.8.8:53
|
||||
- 1.1.1.1:53
|
||||
- 8.8.8.8:53
|
||||
|
||||
# Logging
|
||||
log:
|
||||
|
||||
Reference in New Issue
Block a user