当traefik确切要求ssl证书时,它的重试策略是什么?

时间:2019-01-22 14:55:41

标签: https lets-encrypt traefik

通常,工作流将规则添加到traefik前端并配置DNS。 DNS最多需要48小时才能传播。如果traefik开始点击要求加密的证书,那么它很容易越过速率限制。 如何解决该问题?

我的acme块看起来像:

[acme]
    email = "email"
    storage = "acme.json"
    caServer = "https://acme-v01.api.letsencrypt.org/directory"
    onDemand = true
    OnHostRule = true
    acmeLogging = true
    entryPoint = "https"
      [acme.tlsChallenge]
      entryPoint = "http"

DNS解析后,是否有任何方法可以请求证书。也就是说,通过http服务并即时请求证书。

0 个答案:

没有答案