Amazon ALB: How to set up HTTPs listener without a custom domain

狂风中的少年 提交于 2021-01-28 21:03:09

问题


I want to set up an AWS Application Load Balancer with an HTTPs listener so I can integrate with OIDC.

I don't need a custom domain.

To set up HTTPs, I need a certificate. How do get a certificate for the default domain name (something like my-alb-000000000.us-west-2.elb.amazonaws.com)?

I don't think I can use ACM for that but I'm not sure.


回答1:


I don't think this is possible, you need to use TLS certificate of some kind with ALB to use HTTPS.



来源:https://stackoverflow.com/questions/65105904/amazon-alb-how-to-set-up-https-listener-without-a-custom-domain

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!