This very telling. I backed up my acme.json , nerfed it and restarted the container.
I get this in my container logs
{"level":"debug","msg":"Try to challenge certificate for domain [requests.tanscloud.com] founded in Host rule","time":"2021-02-10T09:15:50Z"}
2/10/2021 10:15:50 PM {"level":"debug","msg":"Try to challenge certificate for domain [codeserver.tanscloud.com] founded in Host rule","time":"2021-02-10T09:15:50Z"}
2/10/2021 10:15:50 PM {"level":"debug","msg":"Try to challenge certificate for domain [traefik.tanscloud.com] founded in Host rule","time":"2021-02-10T09:15:50Z"}
2/10/2021 10:15:50 PM {"level":"debug","msg":"Try to challenge certificate for domain [gateway.tanscloud.com] founded in Host rule","time":"2021-02-10T09:15:50Z"}
2/10/2021 10:15:50 PM {"level":"debug","msg":"Try to challenge certificate for domain [radarr.tanscloud.com] founded in Host rule","time":"2021-02-10T09:15:50Z"}
2/10/2021 10:15:50 PM {"level":"debug","msg":"Try to challenge certificate for domain [kibana.tanscloud.com] founded in Host rule","time":"2021-02-10T09:15:50Z"}
2/10/2021 10:15:50 PM {"level":"debug","msg":"Try to challenge certificate for domain [sonarr.tanscloud.com] founded in Host rule","time":"2021-02-10T09:15:50Z"}
2/10/2021 10:15:50 PM {"level":"debug","msg":"Try to challenge certificate for domain [tautulli.tanscloud.com] founded in Host rule","time":"2021-02-10T09:15:50Z"}
2/10/2021 10:15:50 PM {"level":"debug","msg":"Try to challenge certificate for domain [artifacts.tanscloud.com] founded in Host rule","time":"2021-02-10T09:15:50Z"}
2/10/2021 10:15:50 PM {"level":"debug","msg":"Looking for provided certificate(s) to validate ["artifacts.tanscloud.com"]...","time":"2021-02-10T09:15:50Z"}
2/10/2021 10:15:50 PM {"level":"debug","msg":"No ACME certificate generation required for domains ["artifacts.tanscloud.com"].","time":"2021-02-10T09:15:50Z"}
2/10/2021 10:15:50 PM {"level":"debug","msg":"Looking for provided certificate(s) to validate ["requests.tanscloud.com"]...","time":"2021-02-10T09:15:50Z"}
2/10/2021 10:15:50 PM {"level":"debug","msg":"No ACME certificate generation required for domains ["requests.tanscloud.com"].","time":"2021-02-10T09:15:50Z"}
2/10/2021 10:15:50 PM {"level":"debug","msg":"Looking for provided certificate(s) to validate ["codeserver.tanscloud.com"]...","time":"2021-02-10T09:15:50Z"}
2/10/2021 10:15:50 PM {"level":"debug","msg":"No ACME certificate generation required for domains ["codeserver.tanscloud.com"].","time":"2021-02-10T09:15:50Z"}
2/10/2021 10:15:50 PM {"level":"debug","msg":"Looking for provided certificate(s) to validate ["traefik.tanscloud.com"]...","time":"2021-02-10T09:15:50Z"}
2/10/2021 10:15:50 PM {"level":"debug","msg":"No ACME certificate generation required for domains ["traefik.tanscloud.com"].","time":"2021-02-10T09:15:50Z"}
2/10/2021 10:15:50 PM {"level":"debug","msg":"Looking for provided certificate(s) to validate ["gateway.tanscloud.com"]...","time":"2021-02-10T09:15:50Z"}
2/10/2021 10:15:50 PM {"level":"debug","msg":"No ACME certificate generation required for domains ["gateway.tanscloud.com"].","time":"2021-02-10T09:15:50Z"}
2/10/2021 10:15:50 PM {"level":"debug","msg":"Looking for provided certificate(s) to validate ["radarr.tanscloud.com"]...","time":"2021-02-10T09:15:50Z"}
2/10/2021 10:15:50 PM {"level":"debug","msg":"No ACME certificate generation required for domains ["radarr.tanscloud.com"].","time":"2021-02-10T09:15:50Z"}
2/10/2021 10:15:50 PM {"level":"debug","msg":"Looking for provided certificate(s) to validate ["kibana.tanscloud.com"]...","time":"2021-02-10T09:15:50Z"}
2/10/2021 10:15:50 PM {"level":"debug","msg":"No ACME certificate generation required for domains ["kibana.tanscloud.com"].","time":"2021-02-10T09:15:50Z"}
2/10/2021 10:15:50 PM {"level":"debug","msg":"Looking for provided certificate(s) to validate ["sonarr.tanscloud.com"]...","time":"2021-02-10T09:15:50Z"}
2/10/2021 10:15:50 PM {"level":"debug","msg":"No ACME certificate generation required for domains ["sonarr.tanscloud.com"].","time":"2021-02-10T09:15:50Z"}
2/10/2021 10:15:50 PM {"level":"debug","msg":"Looking for provided certificate(s) to validate ["tautulli.tanscloud.com"]...","time":"2021-02-10T09:15:50Z"}
2/10/2021 10:15:50 PM {"level":"debug","msg":"No ACME certificate generation required for domains ["tautulli.tanscloud.com"].","time":"2021-02-10T09:15:50Z"}
and this in my acme.json:
{
"Account": {
"Email": "weiyen.tan@gmail.com",
"Registration": {
"body": {
"status": "valid",
"contact": [
"mailto:weiyen.tan@gmail.com"
]
},
"uri": "https://acme-v02.api.letsencrypt.org/acme/acct/112280964"
},
"PrivateKey": private key
"KeyType": "4096"
},
"Certificates": null,
"HTTPChallenges": {},
"TLSChallenges": {}
}