在 AWS EC2 负载均衡器上安装通配符证书 [英] Install Wildcard Certificate onto AWS EC2 Load Balancer

查看:56
本文介绍了在 AWS EC2 负载均衡器上安装通配符证书的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我遇到了麻烦.我遵循了我在这里找到的指南

.以下解决方案对我有用:

openssl rsa -in server.key -text

然后在(包括)之间复制并粘贴生成的输出:

-----BEGIN RSA PRIVATE KEY-----

-----END RSA PRIVATE KEY-----

AWS 负载均衡器已成功接受此密钥.

I'm having trouble. I followed a guide that I found here

http://www.thenetworkadministrator.net/index.php/2011/12/iis-ssl-certificate-into-amazon-elastic-load-balancer/

And exported by cert and created all those files, but it doesn't tell you which file goes in which field. I tried what I think is all the combinations but it doesn't accept it

I Setup the balancer as follows

Then I try to setup the certificate

Then you can see it tells me it's invalid.

In case it helps I exported from IIS and followed the tutorial on the link provided and the certificate is a DigiCert Wildcard Certificate ie (*.domain.com)

解决方案

Please read the post: AWS Load Balancer SSL limitations. The following solution worked for me:

openssl rsa -in server.key -text

Then copy and paste the produced output between (including):

-----BEGIN RSA PRIVATE KEY-----

and

-----END RSA PRIVATE KEY-----

AWS Load Balancer had accepted this key successfully.

这篇关于在 AWS EC2 负载均衡器上安装通配符证书的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆