问题描述
我遇到了麻烦.我遵循了在这里找到的指南
.以下解决方案对我有用:
openssl rsa -in server.key -text
然后在(包括)之间复制并粘贴产生的输出:
----- BEGIN RSA私钥-----
和
----- END RSA私钥-----
AWS Load Balancer已成功接受此密钥.
I'm having trouble. I followed a guide that I found here
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负载均衡器上的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!