Created a wildcard certificate in openwork. Synchronized with the key vault, a secret is automatically created there. All checkboxes are green, everything is ok! This secret is created in aks in the corresponding namespace in a secret like kubernetes.io/tls (using akv2k8s). Synchronization occurs, everything is ok. Crt and key I see. I attach this secret to the ingress in the rules and tls section to the host (hostname with the appropriate name for the domain) and writes that fake Certificate and substitutes the default "Acme Co, Kubernetes Ingress Controller Fake Certificate", in the ingress logs "Error getting Ssl certificate, local ssl certificate not found. Using default certificate. "What should I do? Why does not it work?