简体   繁体   English

我在哪里需要SSL证书?

[英]Where do I need an SSL certificate?

I have an app with a separate front end (AngularJS) and back end (Rails). 我有一个带有单独的前端(AngularJS)和后端(Rails)的应用程序。 They are hosted in separate AWS elastic beanstalk environments. 它们托管在单独的AWS Elastic beantalk环境中。 We have purchased an SSL certificate via AWS which matches the domain name of the front end. 我们已通过AWS购买了与前端域名相匹配的SSL证书。

Our app involves completing a survey which includes submitting personal identifiable information. 我们的应用程序涉及完成一项调查,其中包括提交个人身份信息。

Do I need an SSL certificate on both the front end and back end? 前端和后端都需要SSL证书吗? Is it possible to use the same certificate for both? 两者可以使用相同的证书吗? I am new to setting up these types of configurations and internet searches and AWS documentation have not helped. 设置这些类型的配置是新手,互联网搜索和AWS文档都无济于事。

Do I need an SSL certificate on both the front end and back end? 前端和后端都需要SSL证书吗?

Yes

Is it possible to use the same certificate for both? 两者可以使用相同的证书吗?

Yes

You need to request a free SSL certificate for your domain in the Amazon Certificate Management service (ACM). 您需要在Amazon Certificate Management服务(ACM)中为您的域请求免费的SSL证书。 Once you have the certificate you can easily attach it to the load balancers in each of your Elastic Beanstalk environments by adding an HTTPS listener to the load balancers, and selecting the SSL certificate from the list it will present you. 获得证书后,可以通过向负载均衡器添加HTTPS侦听器,然后从列表中选择SSL证书,轻松地将其附加到每个Elastic Beanstalk环境中的负载均衡器。

When you request the certificate specify the root domain and a star wildcard for the subdomain. 当您请求证书时,请指定根域和子域的星型通配符。 For example if your domain was example.com you would enter example.com and *.example.com in the SSL certificate request. 例如,如果您的域是example.com,则在SSL证书请求中输入example.com*.example.com

暂无
暂无

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

相关问题 我是否需要在AWS上的Load Balancer后面的所有Web服务器上安装ssl证书? - Do I need to install ssl certificate on all webserver which are behind Load Balancer on AWS? 如果我不拥有域,可以在哪里获得公共SSL证书? - Where can I get a public SSL certificate if I don't own a domain? 在弹性负载均衡器后面的ec2实例是否需要https(即ssl证书)? - Is there a need for https (i.e. ssl certificate) for my ec2 instances that are behind an elastic load balancer? 如何将 AWS 应用程序负载均衡器配置为超过 25 个 SSL 证书限制 - How do I configure AWS application load balancers to go beyond the 25 SSL certificate limit 如何为AWS API Gateway使用Firebase托管SSL证书? - How do I use a Firebase Hosting SSL Certificate for AWS API Gateway? AWS:自定义 SSL 证书选项在 CloudFront 中被禁用,但我使用 AWS Certificate Manager 创建了一个 SSL 证书 - AWS: Custom SSL certificate option is disabled in CloudFront, but I created a SSL certificate using AWS Certificate Manager 在 AWS 云中的何处安装私有服务的公共 TLS/SSL 证书? - Where to install Public TLS/SSL Certificate for private service in AWS Cloud? 更新您的 Amazon RDS SSL/TLS 证书 - 我是否需要在 EC2 上执行任何操作 - Update Your Amazon RDS SSL/TLS Certificates - do I need to do anything on EC2 如果我从前端代理所有连接,是否需要在后端安装SSL? - Do I need to install SSL on backend if I proxy all of the connection from front-end? SSL 证书与 AWS Certificate Manager? - SSL Certificate with AWS Certificate Manager?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM