Hi,
I have a few domains on the same server. I want to have SSL for all of them. They are to be stored in:
Each one has its FQDN, except for:
/home/e-smith/ssl.crt/chain.pem
Which is located in the ssl.crt and not the ssl.pem
Does this mean that all certificates must come from the source (in my case rapidssl)? Or can I also use Comodos and then what happens to the chain.pem?
Additional info (that I forgot):
[root@ethelbert ~]# config show modSSL
modSSL=service
CertificateChainFile=/home/e-smith/ssl.crt/chain.pem <<<<<<<<<<<<<<<
CommonName=ethelbert.911networks.com
TCPPort=443
access=public
crt=/home/e-smith/ssl.crt/911networks.com.crt
key=/home/e-smith/ssl.key/911networks.com.key
status=enabled
[root@ethelbert ~]# grep SSLCertificate /etc/httpd/conf/httpd.conf
SSLCertificateChainFile /home/e-smith/ssl.crt/chain.pem
SSLCertificateFile /home/e-smith/ssl.crt/911networks.com.crt
SSLCertificateKeyFile /home/e-smith/ssl.key/911networks.com.key
Thanks
Syv