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 <noreply@paperclip.ing>
This commit is contained in:
parent
f9c0ffa469
commit
2f1fe3dd6b
1 changed files with 1 additions and 1 deletions
|
|
@ -128,7 +128,7 @@ metadata:
|
||||||
name: pangolin
|
name: pangolin
|
||||||
namespace: pangolin
|
namespace: pangolin
|
||||||
annotations:
|
annotations:
|
||||||
cert-manager.io/cluster-issuer: "letsencrypt-prod"
|
cert-manager.io/cluster-issuer: "letsencrypt-http01"
|
||||||
traefik.ingress.kubernetes.io/router.entrypoints: websecure
|
traefik.ingress.kubernetes.io/router.entrypoints: websecure
|
||||||
spec:
|
spec:
|
||||||
ingressClassName: traefik
|
ingressClassName: traefik
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue