What if I have a vhost with:

ServerName foo.tld
ServerAlias bar.tld

… but I have two separate SSL certificates for these domains? Is there any way to accommodate this without either splitting the domains onto separate vhosts or buying a new certificate that covers both domains?

-FG

On 3 Feb 2016 12:26 AM, William A Rowe Jr wrote:
Sounds like you have mis-structured the config.  Per servername - each
can and should have its own cert and will be selected via SNI.  If there
are subadmins beneath each vhost section #include those snippets and
they all still fall within the given host name.

On Feb 1, 2016 11:21 AM, "Felipe Gasper" <fel...@felipegasper.com
<mailto:fel...@felipegasper.com>> wrote:

    On 1 Feb 2016 12:16 PM, Oscar Knorn wrote:

        On 2016/02/01 Felipe Gasper wrote:

            Hello,

                  Is it possible to do SNI SSL per domain rather than
            per vhost? If
            not, is there a feature request in for this?

                  Thank you!

            -Felipe Gasper
            Houston, TX

            
---------------------------------------------------------------------
            To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
            <mailto:users-unsubscr...@httpd.apache.org>
            For additional commands, e-mail: users-h...@httpd.apache.org
            <mailto:users-h...@httpd.apache.org>



        Hello Felipe,

        are'nt in your configuration the domains organized in vhost sections
        yet? Do you think, there might be a reason you can't organize
        them that way?

        Cheers Oscar


    Hi Oscar,

    Thanks for responding!

    We have end users customizing their own vhost configurations via a
    limited-access interface; hence, I can’t put one domain per vhost.

    -F

    ---------------------------------------------------------------------
    To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
    <mailto:users-unsubscr...@httpd.apache.org>
    For additional commands, e-mail: users-h...@httpd.apache.org
    <mailto:users-h...@httpd.apache.org>



---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org

Reply via email to