Open rush86999 opened 4 years ago
Same error as well
@rush86999 I fixed it for myself. Here's the process of my attempts:I had a primary domain cert which yielded error. Then I created a wildcard one that also accepted naked domain. Still error. Then I ensured that my current CF distribution for my naked domain and my www were using wildcard cert. Still error. Then I deleted the original cert and it worked. So the summary is it appears that sls is finding the first cert that matches the naked domain and doesn't look for any other ones. Try editing your wildcard one to also accept naked and delete the non wildcard cert.
TL;DR - you can only have one cert for a domain.
Description
After switching to another account and a new set of account credentials. I am getting this error for a subdomain I m trying to deploy.
i have successfully switched the domain to another account. There is new DNS records for the domain. I have also issued new certificates from acm for this domain transfer in the new account.
everything else works fine but i am unable to deploy with this new account..
I am getting the error:
I have created two certificates with domain.com and *.domain.com; also i created another subdomain.domain.com to match the subdomain of the serverless component but did not work. Getting the same error.
Additional Data
E.g. stack trace, version, operating system, ...