简体   繁体   English

AWS beantalk上的SSL证书

[英]SSL Certificates on aws beanstalk

I'm sorry if this is a simple question but I'm new to aws. 如果这是一个简单的问题,很抱歉,但是我是aws新手。 I have three beanstalk applications: one with url xxx.domainname.com, another with yyy.domainname.com, and the last zzz.domainname.com. 我有三个beantalk应用程序:一个具有url xxx.domainname.com,另一个具有yyy.domainname.com,以及最后一个zzz.domainname.com。 The "domain name.com" part is the same in all. “ domain.com”部分完全相同。 Can I use one SSL certificate for all three beanstalks or or do I need three? 我可以对所有三个beantalk使用一个SSL证书,还是需要三个? Does the certificate apply on the domain or on the application? 证书适用于域还是应用程序? Thanks. 谢谢。

You can use wildcards certificates to protect multiple applications in multiple subdomains. 您可以使用通配符证书来保护多个子域中的多个应用程序。

See http://en.wikipedia.org/wiki/Wildcard_certificate about wildcard certificates. 有关通配符证书,请参见http://en.wikipedia.org/wiki/Wildcard_certificate

See http://docs.aws.amazon.com/elasticbeanstalk/latest/dg/configuring-https.html about AWS Elastic Beanstalk and SSL certificates 有关AWS Elastic Beanstalk和SSL证书,请参阅http://docs.aws.amazon.com/elasticbeanstalk/latest/dg/configuring-https.html

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM