I am relatively new to nginx.
I would like to setup multiple domains on the same port. Nginx has SNI support enabled.
Do i have to still point to the right ssl certificate and ssl private in each of server blocks using the ssl_certificate directive?
Or is there a way, nginx will be able to dynamically figure out the cert to be presented without it being explicitly mentioned via the directive ssl_certificate?