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
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
You have to point to individual certificates/key in server blocks.
___
nginx mailing list
nginx@nginx.org
http://mailman.nginx.org/mailman/listinfo/nginx
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
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