Re: [users@httpd] Configure multiple algorithm certificate for same domain/ common name in Apache server

2013-07-22 Thread Ankit Jain
Hi, I tried using the configuration and it is like: 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_

[users@httpd] Configure multiple algorithm certificate for same domain/ common name in Apache server

2013-07-19 Thread Ankit Jain
Hi, I have RSA and DSA Certificates for my domain issued from Symantec Corp. The Certificate information for both the RSA and DSA Certificate is same except the CSRs are generated and submitted with different algorithm. Now, I want to install both (RSA and DSA) certificates on my Apache server,