Hi,
I need to support two SSL certificates using the same I.P address and same port (at a push I could use another port). At the minute I have one 3DNS key enabled via
SSLCertificateKeyFile /apache/ssl/3dns_private.key
but also need to support the actual hostname in this webserver as well so would need two like this
SSLCertificateKeyFile /apache/ssl/3dns_private.key
SSLCertificateKeyFile /apache/ssl/hostname_private.key
I have tried to use two SSLCertificateKeyFile but dont think this is possible as the first one will always be used. I can not use wildcard certificates. Does anyone know of a way I can achieve this ?
Thanks !