i need some help.
Im working on a ASP.NET system works on IIS windows server 2022
I pay for windows server 2022 VPS (opencloud.cl), buy my principal domain (briz.cl) and SSL basic certification (SSL.com).
The idea is that the system will be used by simultaneous clients, and my questions are:
-What is the easiest form for apply various sites in IIS with different hostnames?? example: client 1 -> client1.briz.cl (site1 in IIS) client 2 -> client2.briz.cl (site2 in IIS)
-I need one SSL certificate for each "subdomain" i created? Or is possible use the same ssl (briz.cl) for all sites??
Thanks for all!
I try to configure wildcard IIS for my domains:
principal site http://:80 and https://:443 with hostname binding *.briz.cl
and other sites with differentes hostname site1.briz.cl, site2.briz.cl.
I created a primary zone (briz.cl) on Windows Server DNS, and differents A records nn hosts file like site1.briz.cl <Server_IP>, but this hostnames cant accesibles from internet (others red) any case.