I was surprised to see this message (see below) to the dev list.

Note the last line of the cropped message below:

> The certificates etc. in the three blocks are three different ones.

I thought a server can only have one certificate.  Is this a new feature?

Thanks.

Best regards,

-Tom

On Tue, Mar 11, 2014 at 4:29 PM, Rainer Jung <rainer.j...@kippdata.de> wrote:
> Config structure is roughly:
>
> <VirtualHost _default_:443>
>     ServerName ...
>     DocumentRoot ...
>     SSLEngine on
>     SSLCACertificateFile ....pem
>     SSLCertificateFile ....crt
>     SSLCertificateKeyFile ....key
>     SSLCertificateChainFile ....pem
> </VirtualHost>
>
> <VirtualHost *:443>
>    SSLEngine on
>    SSLCertificateFile ....crt
>    SSLCertificateKeyFile ....key
>    SSLCertificateChainFile ....crt
>
>    DocumentRoot ...
>    ServerName ...
>    ServerAlias ...
>    UseCanonicalName On
>
>    non-ssl config items
> </VirtualHost>
>
> <VirtualHost *:443>
>    ServerName ...
>    UseCanonicalName Off
>    VirtualDocumentRoot ...
>    VirtualScriptAlias ...
>    ServerAlias ...
>
>    SSLEngine on
>    SSLCertificateFile ....crt
>    SSLCertificateKeyFile ....key
>    SSLCertificateChainFile ....crt
>
>    non-ssl config items
> </VirtualHost>
>
> The certificates etc. in the three blocks are three different ones.
...

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

Reply via email to