Use Multiple Server Certificates On One Server: Is This Possible?

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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.jung@xxxxxxxxxxx> 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-unsubscribe@xxxxxxxxxxxxxxxx
For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx





[Index of Archives]     [Open SSH Users]     [Linux ACPI]     [Linux Kernel]     [Linux Laptop]     [Kernel Newbies]     [Security]     [Netfilter]     [Bugtraq]     [Squid]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Samba]     [Video 4 Linux]     [Device Mapper]

  Powered by Linux