@nicomengin this is a bit strange, my certs are all in order locally, I've verified all my hosts.
Here's what my traefik logs say:
# docker compose up
[+] Running 2/2
⠿ Container traefik Created 0.1s
⠿ Container hub-agent Created 0.1s
Attaching to hub-agent, traefik
traefik | time="2022-10-10T11:24:56Z" level=info msg="Configuration loaded from file: /etc/traefik/traefik.yml"
hub-agent | {"level":"info","version":"v0.7.2","module":"github.com/traefik/hub-agent-traefik","commit":"e5cd16b","built":"2022-07-01_02:50:11PM","go_version":"go1.17.11","os":"linux","arch":"amd64","time":1665401096}
hub-agent | {"level":"info","addr":"http://hub-agent","time":1665401097,"message":"Using Agent reachable address"}
hub-agent | {"level":"warn","error":"create local repository: exit status 128 fatal: No directory name could be guessed.\nPlease specify a directory on the command line\n","retry_in":1000,"time":1665401097,"message":"Unable to clone topology repository"}
hub-agent | {"level":"warn","error":"create local repository: exit status 128 fatal: No directory name could be guessed.\nPlease specify a directory on the command line\n","retry_in":1500,"time":1665401098,"message":"Unable to clone topology repository"}
hub-agent | {"level":"warn","error":"create local repository: exit status 128 fatal: No directory name could be guessed.\nPlease specify a directory on the command line\n","retry_in":2250,"time":1665401100,"message":"Unable to clone topology repository"}
hub-agent | {"level":"warn","error":"create local repository: exit status 128 fatal: No directory name could be guessed.\nPlease specify a directory on the command line\n","retry_in":3375,"time":1665401102,"message":"Unable to clone topology repository"}
hub-agent | {"level":"warn","error":"create local repository: exit status 128 fatal: No directory name could be guessed.\nPlease specify a directory on the command line\n","retry_in":5062.5,"time":1665401105,"message":"Unable to clone topology repository"}
hub-agent | {"level":"warn","error":"create local repository: exit status 128 fatal: No directory name could be guessed.\nPlease specify a directory on the command line\n","retry_in":7593.75,"time":1665401110,"message":"Unable to clone topology repository"}
hub-agent | {"level":"warn","error":"create local repository: exit status 128 fatal: No directory name could be guessed.\nPlease specify a directory on the command line\n","retry_in":11390.625,"time":1665401118,"message":"Unable to clone topology repository"}
^CGracefully stopping... (press Ctrl+C again to force)
[+] Running 2/2
⠿ Container hub-agent Stopped 10.2s
⠿ Container traefik Stopped 2.2s
canceled
This was after tearing the stack down and pulling fresh images. So, same error as before. I am assuming something's changed in how traefik hub is to be configured?