I have recently purchased an SSL Certificate. The CommonName (CN) of the certificate is www.mydomain.com
and has several AlternativeNames such as subdomain1.mydomain.com
, subdomain2.mydomain.com
etc.
I have installed this on a server using Apache 2.2.17 and mod_ssl, and all works fine, except I am gettings a warning saying:
[warn] RSA server certificate CommonName (CN) `www.mydomain.com` does NOT match server name!?
This is because the ServerName
is defined as subdomain1.mydomain.com
. The certificate is still valid, but is there anything I can do to remove the warning? Or can I just ignore it?