简体   繁体   English

将 ACM 证书导入我的本地系统

[英]Import ACM certificates to my local system

I have a.network load balancer which redirects my request to an instance which has mqtt hosted on it and I have a python script which sends the traffic to the NLB.我有一个网络负载均衡器,它将我的请求重定向到一个托管有 mqtt 的实例,我有一个 python 脚本,它将流量发送到 NLB。 This is currently working on tcp and I want to make this connection secure so I have added a listener on port 8883 on my.network load balancer and I have added acm certificate to it.这目前正在 tcp 上工作,我想确保此连接安全,因此我在 my.network 负载均衡器的端口 8883 上添加了一个侦听器,并向其添加了 acm 证书。 Now I want to add this ACM certificate to my python script.现在我想将此 ACM 证书添加到我的 python 脚本中。 How do I import this ACM certificate to my localsystem and add it to the python script?如何将此 ACM 证书导入我的本地系统并将其添加到 python 脚本?

How do I import this ACM certificate to my localsystem and add it to the python script?如何将此 ACM 证书导入我的本地系统并将其添加到 python 脚本?

AWS ACM public SSL certificates can't be exported .无法导出AWS ACM 公共 SSL 证书。

If you require to have control of a private key from your SSL cert, you need to get it from a third party, not from ACM.如果您需要控制 SSL 证书中的私钥,则需要从第三方获取,而不是从 ACM 获取。 A popular choice is https://letsencrypt.org/ which provides free SSL certificates.一个流行的选择是https://letsencrypt.org/ ,它提供免费的 SSL 证书。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM