I would like to have two domains, each with their own SSL cert, each SSL cert has its own IP of course, to point to the same web site on one physical server. The server will have to have two IPs too of course. What is this called? How is this done with nginx? OS is Linux. Thanks!
Share
Create two
serverentries with differentlistenandssl_certificate(_key)directives using the different IP addresses but the samerootwhere your shared web pages are stored. For example:It’s called nothing special.