Godaddy证书与aws elb

时间:2017-12-30 08:29:29

标签: amazon-web-services ssl https amazon-elb elastic-load-balancer

我在添加我在aws elb中从godaddy获得的私钥和证书时遇到了很多困难。它总是说"提供的密钥与提供的证书不匹配。我的文件格式如下。

私钥---> .KEY

godaddy提供的两个证书文件---> .CRT

我正在使用ubuntu 16.04。我在终端上使用cat命令复制内容,然后在ubuntu 16.04中使用chrome浏览器粘贴它。 我阅读了以下答案(HandleUnauthorizedRequest method)将.key和.csr转换为.pem,但它们仍然会出现同样的错误。

任何领导都会非常有帮助。

即使以下命令也总是给我错误

aws iam upload-server-certificate --server-certificate-name www.example.com-2013010-2014010 --certificate-body file://www.example.com.crt --private-key file:/ /www.example.com.key --certificate-chain file://certchan.key

An error occurred (KeyPairMismatch) when calling the UploadServerCertificate operation: The private key did not match the public key provided. Please verify the key material and try again.

0 个答案:

没有答案