I have deployed my kubernetes application on AKS, it uses the Internal Loadbalancer without a separate Ingress Controller.
Currently the service is accessible using http protocol and I want to secure the service. How do I enable https and where should I install the certificate?