wrongsecrets icon indicating copy to clipboard operation
wrongsecrets copied to clipboard

Add ACM or Let's encrypt support for ALB setup in AWS

Open commjoen opened this issue 3 years ago • 3 comments

Currently we support using an ALB which still is over HTTP. It would be great if we can add scripts to secure the connection using SSL based on public AWS ACM or Lets' encrypt CAs (or any other of your liking :D )

commjoen avatar Jan 13 '22 09:01 commjoen

I have looked into this, If we want to add a certificate to the load-balancer we need to add a DNS name/domain name. Which for a temporary installed project like this is not preferred to add a temporary domain name.

tiborhercz avatar Apr 08 '22 09:04 tiborhercz

hmm i woudl not know any alternative to be honest...so fine by me for now :D

commjoen avatar Apr 08 '22 10:04 commjoen

Okay, how about the following: we use Let's encrypt (doesn't require a custom domain), and a network load balancer. The NLB allows TLS passthrough, so that might work

bendehaan avatar Apr 11 '22 07:04 bendehaan