This repository was archived by the owner on May 6, 2024. It is now read-only.

Description
Thank you for this CLI!
I'm trying to create a load balancer that forwards both HTTP and HTTPS, with a certificate, and am getting this error:
$ fargate lb create NAME --port 80 --port 443 --certificate DOMAIN --region eu-west-1
⚠️ Could not create listener
- ValidationError: A certificate cannot be specified for HTTP listeners
status code: 400, request id: e913f856-4580-4dcf-bb9e-09ef791e2957
What am I doing wrong?