Azure Static Web Apps
An Azure service that provides streamlined full-stack web app development.
957 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
I have a refreshed App service certificate. However in Azure k8s, the contents of my tls-secret has the expired certificate. And of course my ingress has the reference to that tls-secret with the expired certificate. So the webapp that is fronted by the ingress is untrusted.
So how do I refresh tls-secret with the contents of the refreshed App service certificate?
Note that this is not bring your own cert; I have a certificate on azure that is managed by Azure. But I don't know how to link it to the K8s ingress thing.