How to enable SSL certificate on HostingController site in IIS?

Question: How to enable an SSL certificate on the HostingController site in IIS?
Answer: For running the Hosting Controller website on HTTPS, you would need to follow the instructions given below:
 
1.     Bind IP address on HostingController website in IIS.
 
2.     Create Host Header of let’s say portal.yourdomain.com in it.
 
3.     After this, you can add an A record in the DNS zone file of yourdomain.com named portal.hostingcontroller.com pointing to the IP of the HostingController website in IIS.
 
4.     Once this is done, you can install SSL on yourdomain.com and then you would be able to access the Hosting Controller control panel from https://portal.yourdomain.com
 
Note: These are instructions to facilitate you. If you face any issue related to SSL configuration then you would have to resolve it by consulting SSL CA and they would guide you appropriately about it.