Security

What benefits SNI introduces?

Difficulty: unrated

Source: bregman-arie/devops-exercises by Arie Bregman

Answer

SNI allows a single server to serve multiple certificates using the same IP and port.

Practically this means that a single IP can server multiple web services/pages, each using a different certificate.