Introduction
When you want to host multiple websites securely on the same server using HTTPS, you need a way to serve the right SSL certificate for each website. SNI (Server Name Indication) lets the server know which certificate to use based on the website name the visitor wants.
When you host two or more websites on the same server and want each to have its own HTTPS certificate.
When you want to save IP addresses by using one IP for multiple secure websites.
When you need to add a new secure website without buying a new server or IP address.
When you want visitors to see the correct security lock icon for each website.
When you want to avoid browser warnings about wrong certificates on your sites.