We are using lets encrypt certificate since long time and it was working fine till recently.
we have created approx 100 + URLs (single level and multilevel sub-domain).
Suddenly it stopped working in last few days while adding the new URLs.
kubectl get ingress -A ,
The output of this command , shows the ingress entries .
When we browse the URLs , it shows the application working but the SSL certificate is not issued / assigned
My web server is (include version):
the environment is , AWS EKS cluster , version , 1.28
we are using ngnix ingress controller and all entries are added using yaml files .
The operating system my web server runs on is (include version):
we are using ubuntu OS
My hosting provider, if applicable, is:
Lets encrypt certificate . using cert manager . from bitnami helm package manager
I can login to a root shell on my machine (yes or no, or I don't know): Yes
I'm using a control panel to manage my site (no, or provide the name and version of the control panel):
No, we don't use control panel . Instead we use kubectl command line tools to manage the certificates and secrets .
The version of my client is (e.g. output of certbot --version or certbot-auto --version if you're using Certbot):
In the public cert logs I see many certs of subdomains of oneenterprise.com issued every day including today. Do you think all of them are failing or just some?
Can you explain more details of problem? Do you have a log or more details of an error message?
Those are two different ACME Clients. Can you explain why you would be using both? If you are using cert-manager you normally would not be using Certbot also.
Those errors look like cert-manager trying to validate the acme challenge before it makes the cert request to the Let's Encrypt server. If the error was from the LE Server connecting to your domain the error messages would be very different. This points to a configuration problem in your setup. I am not a K8s expert so will not be able to help you debug that. Maybe someone else here will or try a different forum.
I don't see that you ever got a cert for magboeh10.am.dev.oneenterprise.com
I see you got a cert for your papad subdomain today. That looks to be using AWS ELB too. Are you sure mabgoeh10.am.dev is configured the same as your other ones that are working?