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 <cove...@gmail.com> 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-unsubscr...@httpd.apache.org
> For additional commands, e-mail: users-h...@httpd.apache.org
>
>

Reply via email to