ACME with Sectigo using DCV

Hi,
We use sectigo to request certificate via ACME protocol, so our domains are DCV validated (we receive an email every year and validate it), and after that we can just start requesting certificates. I see that Traefik has TLS challenge and DNS challenge, but since we cannot use neither of both, would there be any way to use our Sectigo account for those domains we are validated already?
Cheers.

This config seems to work for us

    [certificatesResolvers.sectigo.acme]
      email = it@domain.com
      storage = "/certs/sectigo.json"
      caServer = "https://acme.sectigo.com/v2/OV"
      [certificatesResolvers.sectigo.acme.tlsChallenge]
      [certificatesResolvers.sectigo.acme.eab]
        kid = "XXXXXXXXXXXXXXXXXXXXXXXXXX"
        hmacEncoded = "XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX"

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.