Hi folks, using certbot I had created a certificate with "CN = *.
k8s.example.com" (instead of "CN =
k8s.example.com") and added it as a default cert to nginx ingress controler. I have revoked the bad cert, deleted the secret, created a new one with the expected CN and set the secret, but nginx refuses to use the new cert and still provides the bad certificate somehow.
What is going on here? Obviously there is a copy of the bad secret somewhere, but I cannot find it. Every help is highly appreciated.