I recently added a new domain (managed in aws route 53) to my portfolio. Now I am using a Kubernetes cluster and the cert manager to manage my certificates with letsencrypt. Basically this is my setup
Now my problem is that for one of the 3 domains my order with letsencrypt is stuck in pending. Describing the order gives me the following output
#...
Challenges:
Token: my-token
Type: http-01
URL: https://acme-v02.api.letsencrypt.org/acme/chall-v3/xxxx/yyyy
Token: my-token
Type: dns-01
URL: https://acme-v02.api.letsencrypt.org/acme/chall-v3/xxxx/yyyy
Token: my-token
Type: tls-alpn-01
URL: https://acme-v02.api.letsencrypt.org/acme/chall-v3/xxxx/yyyy
Identifier: my-domain.com
Initial State: pending
URL: https://acme-v02.api.letsencrypt.org/acme/authz-v3/xxxx
Wildcard: false
My already present domains both are presented with initial state valid and if I remove the new domain certificates are issued as expected.
After alot of digging I have now run out of ideas what the problem could be.
I didn't want to post all yaml files and logs as this would make this question explode but I'd be more than happy to update the answer with information that might be helpful.