Adding SSL to an AKS Ingress Controller (without using Let’s Encrypt)

I wrote about the ability to add HTTPS to an AKS cluster using Let’s Encrypt, but recently ran into a case where I needed to add a cert from a specific CA to the cluster.

To do this, you need the following:

Import the cert into the cluster:

After the cert imported, create an ingress controller:

Afterwards, check to ensure your cert is coming through using the endpoint defined in the Ingress Controller.