3

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 I 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.

malana
  • 5,045
  • 3
  • 28
  • 41

1 Answers1

3

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

Tomek Klas
  • 722
  • 5
  • 6