Re: SNI support for nginx

2016-07-06 Thread Yichun Zhang (agentzh)
Hello! On Tue, Jul 5, 2016 at 11:57 PM, Christian Rohmann wrote: > On 07/04/2016 12:31 PM, Sushma wrote: >> 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? > > After some researc

Re: SNI support for nginx

2016-07-05 Thread Christian Rohmann
On 07/04/2016 12:31 PM, Sushma wrote: > 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? After some research not statically by configuration. But using a bit of lua could offer a

Re: SNI support for nginx

2016-07-04 Thread Pratyush Kumar
You have to point to individual certificates/key in server blocks. ___ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailman/listinfo/nginx

Re: SNI support for nginx

2016-07-04 Thread Maxim Dounin
Hello! On Mon, Jul 04, 2016 at 06:31:02AM -0400, Sushma wrote: > 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

SNI support for nginx

2016-07-04 Thread Sushma
Hi, 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 d