Process Flow - SNI for multiple SSL certificates
Client connects to server
Client sends hostname in TLS handshake (SNI)
Server reads SNI hostname
Server selects matching SSL certificate
Server completes TLS handshake with selected cert
Secure connection established
Server serves content for requested hostname
The server uses the hostname sent by the client during TLS handshake (SNI) to pick the right SSL certificate and establish a secure connection.