I have 2 websites on an IIS webserver. Www.website1.com on port 80 and www.website2.com on port 81. On the IIS-ARR server I have created server farm and added my Server. So far so good. Both the web sites will be accessible through IIS-ARR over http. Now I want both the websites to be accessible over https through ARR. For this how should I create the SSL request for ARR server and how many SSL requests needed. What should be the CommonName. Should I deploy both websites on ARR server also.
I believe that 2 SSL requests needed on the IIS webserver. One for www.website1.com with CommonName=www.website1.com and another for www.website2.com with CommonName=www.website2.com. But what about IIS-ARR load balancer? What should be the CommonName?