I am stuck with this issue for past 10 days. Please help me here.
we have a domain which is public example.com, but we created one private hostedzone like eks-poc-us-east-1.example.com which has forwardzone creation and internal network access. This DNS we are using in private EKS and with traefik ingress. We are trying to generate wildcard certficate for privatehosted zones with certmanager, dns-01 challenge and let's encrypt. I am able to create the TXT record but challenge and order are pending with error
propagation check failed" err="DNS record for "eks-poc-us-east-1.example.com" not yet propagated" logger="cert-manager.controller" resource_name="private-cert-1-3922390411-670523937" resource_namespace="cert-manager" resource_kind="Challenge" resource_version="v1" dnsName="eks-poc-us-east-1.example.com" type="DNS-01"
I am using cert-manager version 1.18.2 ans ACME2 staging server.
Our organization is not providing DNS delegation for public hosted zones internally. So we are creating private hosted zones with forward zone which has internal network access. We are trying to create wild card certifcate for private hostedzone.
We are looking for renewal process also.
Please share the document i can follow for this?