mirror of
https://github.com/fosrl/pangolin.git
synced 2026-05-07 05:09:18 -05:00
[GH-ISSUE #3010] Most of my resources are stuck showing "Certificate: Pending" #11059
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @PHLAK on GitHub (May 6, 2026).
Original GitHub issue: https://github.com/fosrl/pangolin/issues/3010
Describe the Bug
I recently set up a fresh instance on v1.18 and, at fist, I had a misconfiguration in the
docker-composefile causing theacme.jsonfile to be mounted to an incorrect location on the Pangolin container. However, I copied theacme.jsoninto the correct location, shut down the containers, fixed the volume mounts and restarted the containers and now most of my resources are showing "Certificate: Pending" (yellow). Only two of them are showing "Certificate: Valid" (green). The resources seem to be working fine otherwise.Environment
To Reproduce
Not sure.
Expected Behavior
The resources should show "Certificate: Valid" (green).
@AstralDestiny commented on GitHub (May 6, 2026):
Would always recommend using dns validation over http, as http has a rate limit and can take some time between, Also info disclosure per https://crt.sh/
https://docs.fossorial.io/Pangolin/Configuration/wildcard-certs
@PHLAK commented on GitHub (May 6, 2026):
I believe I am using DNS validation. I have the following set in my
traefik_config.ymlconfig file.@AstralDestiny commented on GitHub (May 6, 2026):
Can you put traefik into trace logs and then down and up and check what traefik says for when it comes to acme generation? and does your amce.json show the wildcards properly?
@PHLAK commented on GitHub (May 6, 2026):
I found this comment and was able to clear out my
certificatestable (though I'm using Postgres) and all resources are showing "Certificate: Valid" (green) now.