[GH-ISSUE #2961] On version 1.18.1 cert status issue #11046

Closed
opened 2026-05-06 15:43:56 -05:00 by GiteaMirror · 0 comments
Owner

Originally created by @oschwartz10612 on GitHub (May 1, 2026).
Original GitHub issue: https://github.com/fosrl/pangolin/issues/2961

Originally assigned to: @oschwartz10612 on GitHub.

Discussed in https://github.com/orgs/fosrl/discussions/2957

Originally posted by andrey0001 May 1, 2026
When I upgraded to the 1.18.1, I see that some of my certificates "failed"
acme_json_path: "config/letsencrypt/acme.json" use only "acme.json" to check certificates.
But I have additional config in traefik for wildcard certificates:

certificatesResolvers:
  letsencrypt:
    acme:
      httpChallenge:
        entryPoint: web
      email: "some@email.com"
      storage: "/letsencrypt/acme.json"
      caServer: "https://acme-v02.api.letsencrypt.org/directory"
  do-le:
    acme:
      dnschallenge:
        provider: "digitalocean"
        resolvers: "1.1.1.1:53"
      email: "ome@email.com"
      storage: "/letsencrypt/acme-digitalocean.json"
      caServer: "https://acme-v02.api.letsencrypt.org/directory"
  cf-le:
    acme:
      dnschallenge:
        provider: "cloudflare"
        resolvers: "1.1.1.1:53"
      email: "ome@email.com"
      storage: "/letsencrypt/acme-cf.json"
      caServer: "https://acme-v02.api.letsencrypt.org/directory"

In this case, all my certificates located outside of "acme.json" is "failed".

I think I'm not the only one with wildcard certificates configured, and the problem is still ongoing.
What can I do?

Originally created by @oschwartz10612 on GitHub (May 1, 2026). Original GitHub issue: https://github.com/fosrl/pangolin/issues/2961 Originally assigned to: @oschwartz10612 on GitHub. ### Discussed in https://github.com/orgs/fosrl/discussions/2957 <div type='discussions-op-text'> <sup>Originally posted by **andrey0001** May 1, 2026</sup> When I upgraded to the 1.18.1, I see that some of my certificates "failed" `acme_json_path: "config/letsencrypt/acme.json"` use only "acme.json" to check certificates. But I have additional config in traefik for wildcard certificates: ``` certificatesResolvers: letsencrypt: acme: httpChallenge: entryPoint: web email: "some@email.com" storage: "/letsencrypt/acme.json" caServer: "https://acme-v02.api.letsencrypt.org/directory" do-le: acme: dnschallenge: provider: "digitalocean" resolvers: "1.1.1.1:53" email: "ome@email.com" storage: "/letsencrypt/acme-digitalocean.json" caServer: "https://acme-v02.api.letsencrypt.org/directory" cf-le: acme: dnschallenge: provider: "cloudflare" resolvers: "1.1.1.1:53" email: "ome@email.com" storage: "/letsencrypt/acme-cf.json" caServer: "https://acme-v02.api.letsencrypt.org/directory" ``` In this case, all my certificates located outside of "acme.json" is "failed". I think I'm not the only one with wildcard certificates configured, and the problem is still ongoing. What can I do? </div>
GiteaMirror added the bug label 2026-05-06 15:43:56 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/pangolin#11046