i assume you have some sort of UCC certificate, if so you should be able to use it with multiple server_names, but have multiple ssl_certificates in a single server block is a limitation of nginx from what i understand. Most relavant information is here: https://nginx.org/en/docs/http/ngx_http_ssl_module.html#ssl_certificate, as there are too many quesitons regarding your certs, if you use SNI etc.
HTH On Fri, Aug 4, 2017 at 8:39 AM, Olaf van der Spek < [email protected]> wrote: > How do I set multiple certificates (for different names) in a single server > block? > I can easily set multiple server_names but there seems no way to set > multiple certificates.. > Is the only way to have all names in a single certificate? If so, is this > an > nginx, an openssl or a TLS limitation? > > Posted at Nginx Forum: https://forum.nginx.org/read. > php?2,275855,275855#msg-275855 > > _______________________________________________ > nginx mailing list > [email protected] > http://mailman.nginx.org/mailman/listinfo/nginx >
_______________________________________________ nginx mailing list [email protected] http://mailman.nginx.org/mailman/listinfo/nginx
