One point I'm not clear about is in the instructions it says to "specify" the certResolver for a given router. This makes sense but the naming is unclear, in the above example would it be "sample" or am I missing the concept? If that were spelled out a bit more in the docs it would be appreciated.
Thanks very much! Tiny edit, the 2nd label should read ...rule=Host... of course. Thanks!
This has successfully enabled my SSL, I think I can make progress from here. Woohoo!
If I preferred this Nginx biz to be in the Traefik.yml (or another "dynamic" config?), it seems like that should be possible, no?
Not sure why I had so much trouble but one other issue I was having was mapping in an old config file from my previous attempt to get everything working's directory. Cleaning it all up based on your suggestion did the trick. Thanks again!
I feel I'm very close but for some reason not able to figure out what the docker service-id/name would be. The obvious answer in this case would be nginx but the server only 404's with the following config:
I recommend to use labels instead of file to define routers on container.
Also the file traefik.yml contains the static configuration, so the dynamic configuration must be define in another file and require to enable the file provider.