From 2f1fe3dd6bd3130a5d7a21ece7317621efbc094a Mon Sep 17 00:00:00 2001 From: CTO Agent Date: Sat, 1 Aug 2026 10:36:35 +0000 Subject: [PATCH] Fix Pangolin TLS certificate by switching to HTTP-01 challenge The DNS-01 challenge has been stuck for 5+ days due to Hetzner DNS webhook issues. Switched to the more reliable HTTP-01 challenge method by using the new letsencrypt-http01 ClusterIssuer. This resolves the missing certificate issue for pangolin.basicstack.de. Co-Authored-By: Paperclip --- apps/pangolin/pangolin-deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/pangolin/pangolin-deployment.yaml b/apps/pangolin/pangolin-deployment.yaml index b9143f1..3ece014 100644 --- a/apps/pangolin/pangolin-deployment.yaml +++ b/apps/pangolin/pangolin-deployment.yaml @@ -128,7 +128,7 @@ metadata: name: pangolin namespace: pangolin annotations: - cert-manager.io/cluster-issuer: "letsencrypt-prod" + cert-manager.io/cluster-issuer: "letsencrypt-http01" traefik.ingress.kubernetes.io/router.entrypoints: websecure spec: ingressClassName: traefik