Re: Configure multiple algorithm certificate for same domain/ common name in Apache server

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

 



Hi,

I tried using the configuration and it is like:

<VirtualHost 10.155.191.1:443>
ServerName abc

SSLEngine on
SSLCertificateKeyFile /usr/rsa_privateKey.key
SSLCertificateFile /usr/rsa_endCert.cer
SSLCertificateChainFile /usr/rsa_chainCertificate.cer

SSLCertificateKeyFile /usr/dsa_privateKey.key
SSLCertificateFile /usr/dsa_endCert.cer
SSLCertificateChainFile /usr/dsa_chainCertificate.cer
#DocumentRoot /usr/apache2/htdocs
</VirtualHost>

But still am getting only Single Certificate details. I am trying to validate the multiple Certificate configuration using OPENSSL.

Pls. suggest if the above configuration I have done correct?

Thanks,
Ankit


On Fri, Jul 19, 2013 at 4:45 PM, Eric Covener <covener@xxxxxxxxx> wrote:
>
> I am not aware as to how to configure RSA and DSA Certificates on same port.

http://httpd.apache.org/docs/2.2/mod/mod_ssl.html#sslcertificatekeyfile

"This directive can be used up to two times (referencing different
filenames) when both a RSA and a DSA based private key is used in
parallel."

---------------------------------------------------------------------
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