Re: Multiple certificates in one server block?

2017-08-07 Thread B.R. via nginx
Jim already replied with his ECDSA+RSA example in a single server block. You can also serve several names from a single server block. However, I never tested serving a certificate for several domains all served by the same virtual server block. I *suppose* nginx might be clever enough to select

Re: Multiple certificates in one server block?

2017-08-04 Thread Olaf van der Spek
Jim Ohlstein Wrote: > Letsencrypt allows multiple domain names in the same certificate. I know, just wondering if nginx supported multiple certs per server. My problem: I've got multiple servers and I'd like the servers to be accessible via the common name (ex.com) and via their dedicated name

Re: Multiple certificates in one server block?

2017-08-04 Thread Jeff Dyke
Jim is correct, letsencrypt supports that wow, sorry for trying to help, that was a bit caustic, that information would be helpful in the original question. Enjoy the weekend. On Fri, Aug 4, 2017 at 9:40 AM, Jim Ohlstein wrote: > Hello, > > On 08/04/2017 09:36 AM,

Re: Multiple certificates in one server block?

2017-08-04 Thread Jim Ohlstein
Hello, On 08/04/2017 09:36 AM, Olaf van der Spek wrote: > I'm using letsencrypt and have multiple certs with a single name in them.. > If I had one cert with multiple names we'd not be having this problem. > Letsencrypt allows multiple domain names in the same certificate. As for nginx, it

Re: Multiple certificates in one server block?

2017-08-04 Thread Olaf van der Spek
I'm using letsencrypt and have multiple certs with a single name in them.. If I had one cert with multiple names we'd not be having this problem. Posted at Nginx Forum: https://forum.nginx.org/read.php?2,275855,275858#msg-275858 ___ nginx mailing list

Multiple certificates in one server block?

2017-08-04 Thread Olaf van der Spek
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?