When setting up a server I use a reverse proxy and acme tool for dns01 support (I use either nginx + certbot or nginx + lego). I want to start using traefik instead.
I don't understand how traefik interacts with certbot (or lego, etc.), and I can't find relevant examples. I found many examples for getting certs using traefik itself.
Is certbot/lego not needed at all in a traefik setup? Can it do everything certbot can do?