-
Notifications
You must be signed in to change notification settings - Fork 264
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature to add certificates to ELBv2 listener #191
Comments
@royge Thanks for the suggestion. Indeed, it seems that it should be added. We will do that for the next release. I will look at it this week or more probably beginning of March when I am back from some time off. I'll update this issue accordingly. |
@royge Now available in master:
...
list_arn = create listener actiontype=forward port=26257 protocol=TCP ....
attach listener id=$list_arn certificate=@www.mysite.io
... Let me know how it goes for you, so we can get scheduled it for the next release. Also (Note: It would be better and less surprising to have |
@royge When more details on a listener is needed (and especially check if you have attached correctly a certificate) use For a listener you would use the listerner ARN: To easily copy/paste a listener's ARN, list them with |
@simcap Wow! that was so fast! |
Similar to
aws elbv2 add-listener-certificates
The text was updated successfully, but these errors were encountered: