Re: ssl_dhparam with Wildcard SSL

2020-03-19 Thread q1548
Thanks. Posted at Nginx Forum: https://forum.nginx.org/read.php?2,287383,287393#msg-287393 ___ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailman/listinfo/nginx

Re: ssl_dhparam with Wildcard SSL

2020-03-19 Thread Thomas Ward
The dhparam file cam be whichever you want it to be **provided that** you configure it per server block. Refer to the config documentation - http://nginx.org/en/docs/http/ngx_http_ssl_module.html#ssl_dhparam - and the 'context' being 'http' or 'server' - you can define different dhparam files for

Re: ssl_dhparam with Wildcard SSL

2020-03-19 Thread q1548
need helps for this, thanks. Posted at Nginx Forum: https://forum.nginx.org/read.php?2,287383,287390#msg-287390 ___ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailman/listinfo/nginx

Re: ssl_dhparam with Wildcard SSL

2020-03-19 Thread q1548
Hello Maxim, Thanks for your helps. "http level...", Oh, not just a hardware server, several different dedicated servers. When wildcard SSL is used, the CRT file and the KEY file should be the same in each hardware server, I just want to know, can each server use its private dhparam file or must

Re: ssl_dhparam with Wildcard SSL

2020-03-19 Thread Maxim Dounin
Hello! On Thu, Mar 19, 2020 at 05:42:28AM -0400, q1548 wrote: > I want to use a Wildcard SSL on several servers. > > "ssl_certificate" and "ssl_certificate_key" are same CRT file and KEY file, > but for "ssl_dhparam", each server have its private dhparam file? or use the > same dhparam file? ple

ssl_dhparam with Wildcard SSL

2020-03-19 Thread q1548
Hello, I want to use a Wildcard SSL on several servers. "ssl_certificate" and "ssl_certificate_key" are same CRT file and KEY file, but for "ssl_dhparam", each server have its private dhparam file? or use the same dhparam file? please help, thanks. Posted at Nginx Forum: https://forum.nginx.org