I have a domain through AWS Route 53,
the Primary domain was secured via letsencrypt
methods, but were not working for any wildcard / subdomains...
I tried to redo the cert with the *.example.com
domain and the DNS TXT verification method in the records. This worked on my endpoints that are GeoDNS routed to their particular instances, i.e. fr.example.com
and us.example.com
... but now when I go to my primary domain example.com
it now says it's not secured (anymore), and much of my code referencing this primary domain errors because of "invalid cert"
.
When I load this primary domain via Chrome browser, it reports "Not Secure", and when I click it, to see the Certificate: (Not Secure)
and I'll click on that, the details pop up, shows my *.example.com
domain, but lit up green saying that domain IS secure. ...?
In Safari it says *.example.com certificate name does not match input.
Any Ideas whats wrong? How can I secure my primary domain with the wildcards being secured as well?