用于ACME的Traefik格式错误使用Encypt证书和泊坞窗

cda*_*nge 5 wildcard-subdomain lets-encrypt traefik

我无法获得我发出的通配符证书traefik.我使用[docker]配置为我的所有后端.在启动时,我看到各个域的以下错误:

time="2018-05-16T05:41:39Z" level=error msg="Unable to obtain ACME certificate for domains \"<MY_DOMAIN_HERE>.com,www.<MY_DOMAIN_HERE>.com\" detected thanks to rule \"Host:<MY_DOMAIN_HERE>.com,www.<MY_DOMAIN_HERE>.com;ReplacePath: /best_path\" : cannot obtain certificates map[www.<MY_DOMAIN_HERE>.com:acme: Error 400 - urn:ietf:params:acme:error:malformed - Order's status (\"valid\") is not acceptable for finalization]"
Run Code Online (Sandbox Code Playgroud)

你可以在这里看到我的traefik.toml的删节版本:https://gist.github.com/cdaringe/6e51b87ad176c95153b951b111c4b1cb

我不确定如何调试.我可以提供哪些信息来产生有用的故障排除会话?

谢谢!