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:
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-16 03:29:06 -05:00
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
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:
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?