Support for wildcard certificates
See original GitHub issueEven though I have a wildcard cert in ACM, it seems that this will not attempt to use it when available. Simply gives the generic error Error: Could not find the certificate sub.yourdomain.com sub.yourdomain.com was not created in API Gateway.
even though I have a *.yourdomain.com
active in ACM.
Issue Analytics
- State:
- Created 6 years ago
- Comments:5 (4 by maintainers)
Top Results From Across the Web
Wildcard Certificates - DigiCert.com
DigiCert Wildcard TLS/SSL Certificates - Secure your entire domain (UNLIMITED subdomains). Fast issuance & award-winning support. Learn more about Wildcard ...
Read more >Wildcard certificate - Wikipedia
In computer networking, a wildcard certificate is a public key certificate which can be used with multiple sub-domains of a domain. The principal...
Read more >Wildcard SSL Certificates to Secure a domain and its ...
A wildcard SSL certificate is a single SSL certificate that can secure multiple subdomains about the same primary domain. Wildcard certificates have an...
Read more >How To Use A Wildcard SSL Certificate
A Wildcard SSL certificate is an incredibly versatile SSL option. A single Wildcard can secure connections for one domain and an unlimited number...
Read more >3 Common Wildcard Certificate Risks You Should Know ...
Benefits of Wildcard Certificates · Secure unlimited subdomains: A single wildcard SSL certificate can cover as many subdomains as you want, ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
As @majones-amplify said, wildcard are supported, it works for me. Make sure your certificate located in us-east-1, right now only edge endpoints are supported and they look for certificates only in us-east-1. If this is indeed the case, you can try this pr https://github.com/amplify-education/serverless-domain-manager/pull/49/. Though you will have to update some params to make it work, so check the updated README in the pr.
Closing due to inactivity.