diff --git a/cookbooks/traefik/config/traefik.yaml b/cookbooks/traefik/config/examples/traefik.yaml similarity index 60% rename from cookbooks/traefik/config/traefik.yaml rename to cookbooks/traefik/config/examples/traefik.yaml index 0ed2ce4..e6e8fea 100644 --- a/cookbooks/traefik/config/traefik.yaml +++ b/cookbooks/traefik/config/examples/traefik.yaml @@ -23,3 +23,12 @@ providers: file: directory: /etc/traefik/conf.d/ watch: true + +# certificatesResolvers: +# le: +# acme: +# email: "foo@example.test" +# keyType: "EC384" +# httpChallenge: +# entryPoint: http +# storage: "/var/lib/traefik/acme.json"