I use aws route53 with a wildcard SSL certificate:
the certificate allows: *.domain.com
In order to allow users to access both: "domain.com" and "www.domain.com" I have to setup individual records for each. This does not bother me, but I have a problem when I want to use subdomains:
domain.com
www.domain.com
sub.domain.com
all work since they match *.domain.com ... However I also want www.sub.domain.com to work without having to add *.sub.domain.com to the certificate.
How is it possible?