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
|
||||
|
||||
Reference in New Issue
Block a user