returnerrors.New("incomplete mTLS configuration for Hub")
}
ifc.Hub.TLS.Insecure{
log.WithoutContext().Warn("Hub is in `insecure` mode. Do not run in production with this setup.")
}
if_,ok:=c.EntryPoints[hub.APIEntrypoint];!ok{
varepEntryPoint
ep.SetDefaults()
ep.Address=":9900"
c.EntryPoints[hub.APIEntrypoint]=&ep
log.WithoutContext().Infof("The entryPoint %q is created on port 9900 to allow Traefik to communicate with the Hub Agent for Traefik.",hub.APIEntrypoint)