I have an embedded cluster install that I setup using the self-signed certificate. I generated a TLS certificate for the domain tied to the cluster and added it as a secret and configured my ingress resource to use it for my application.
I would like to update the admin console to use the same certificate and domain now that they are both available. I cannot find a place in the Admin Console to make this update. At one point I was able to reach https://<ip address>:30000/tls but now visiting that url gives me a 403.
Should I update the tls secret stored as kotsadm-tls
? And what about setting the domain name for the Admin Console?