alex / letsencrypt-aws

BSD 3-Clause "New" or "Revised" License
728 stars 121 forks source link

Adds ELBV2 management #103

Closed cyrilgdn closed 6 years ago

cyrilgdn commented 6 years ago

This PR allows to manage certificates on AWS ALB & NLB in addition to classic load balancer. ALB / NLB are managed by the elbv2 API where classic stays on elb API.

It should fix #81 and replace the PR #91 (which replaces elb by elbv2 but both are needed)

alex commented 6 years ago

FYI, I am unlikely to have time to review this in the near term -- I am not currently using letsencrypt-aws; I've mostly migrated to ACM.

cyrilgdn commented 6 years ago

We changed totally this script because we actually also migrated to ACM.