admin管理员组文章数量:1122846
In the context of configuring mTLS above ALBs, I need to automate the configuration with AWS CLI.
I know how to check if a Trust store is associated with an ALB with the describe-trust-store-associations API. But I can't find how to create this association.
I didn't find anything in any API under elbv2.
How can I do that ?
In the context of configuring mTLS above ALBs, I need to automate the configuration with AWS CLI.
I know how to check if a Trust store is associated with an ALB with the describe-trust-store-associations API. But I can't find how to create this association.
I didn't find anything in any API under elbv2.
How can I do that ?
Share Improve this question asked Nov 21, 2024 at 9:54 OrabîgOrabîg 12k6 gold badges40 silver badges61 bronze badges1 Answer
Reset to default 0Ok, I finally found the solution :
- First extract the HTTPS listener ARN associated to the ALB (elbv2 describe-listener API call, and filter out on "Protocol")
- Then update the listener to attach the Trust store (Use --mutual-authentication in elbv2 modify-listener API)
本文标签: aws cliHow to associate a Trust store to an ALB with AWS CLIStack Overflow
版权声明:本文标题:aws cli - How to associate a Trust store to an ALB with AWS CLI - Stack Overflow 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1736312010a1934945.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论