Re: Question on having multiple SSL cert for multiple domains

2018-07-04 Thread Ralph Seichter
On 04.07.2018 17:03, Danny Horne via nginx wrote: > Easiest way (in my opinion) would be to place the ssl configurations > with the appropriate server block Agreed. The SSL configuration parameters can either be added directly or via 'include' statements. Personally, I prefer using generator scri

Re: Question on having multiple SSL cert for multiple domains

2018-07-04 Thread Danny Horne via nginx
On 04/07/18 15:08, Hamidul Islam wrote: > Hi NGINX Support > > It will be very helpful to advise how can we add 2 different SSL for 2 > URLs at the nginx configuration. > > Can you advise how can we add a SSL cert for one domain (example > for site2.ca ) in the config02 file and w

Question on having multiple SSL cert for multiple domains

2018-07-04 Thread Hamidul Islam
Hi NGINX Support It will be very helpful to advise how can we add 2 different SSL for 2 URLs at the nginx configuration. At present we have 2 configuration files for managing the URLs At one of the configuration (Config file 01) file we have one site with SSL cert. And at another configuration