I want to point my domain to an external site with SSL. mydomain.com CNAME otherdomain.com
However I get a certificate error that says: ERR_CERT_COMMON_NAME_INVALID
This is probably because the certificate for otherdomain.com only has an entry for *.otherdomain.com
Is there a way to make this certificate work through the CNAME redirect? Or do I need to use a seperate certificate for mydomain.com
... and how can I add that certificate with AWS? I don't see any options for that in route53.
best regards, Chris