Hello, Using SNI doesn't change the fact that you can only use one certificate file (public and private key) per unique IP:port. Right?
SNI is mostly useful when one is using wildcard and/or SubjectAltName (SAN) extension certificate. In these cases you can serve number different sites with the same certificate key pair. I think this should be mentioned because otherwise we are facing confusion. -- Tero Lampiluoto lampiluoto at gmail com On Thu, Apr 9, 2009 at 9:59 AM, Mario Brandt <jbl...@gmail.com> wrote: > Hi Dan, > isn't there a misconfig in the example? > > Second host: > > DocumentRoot /www/example2 > ServerName www.example.org > > shouldn't that be ServerName www.example2.org ? > > Mario > > --------------------------------------------------------------------- > To unsubscribe, e-mail: docs-unsubscr...@httpd.apache.org > For additional commands, e-mail: docs-h...@httpd.apache.org > > --------------------------------------------------------------------- To unsubscribe, e-mail: docs-unsubscr...@httpd.apache.org For additional commands, e-mail: docs-h...@httpd.apache.org