我正在做:
aws iam upload-server-certificate --server-certificate-name MysiteCertificate --certificate-body Downloads/mysite/mysite.crt --private-key mysite.pem --certificate-chain Downloads/mysite/COMODOSSLCA.crt
我遇到了一个错误: A client error (MalformedCertificate) occurred when calling the UploadServerCertificate operation: Unable to parse certificate. Please ensure the certificate is in PEM format.
这是一个有效的pem
,虽然=文件(
是的,看起来不错。
—
Shamoon
尝试
—
LinuxDevOps,2014年
file://
在文件名之前添加
做出一个答案,以便我可以投票=)
—
Shamoon
当然,很高兴我能提供帮助!
—
LinuxDevOps
wget Downloads/mysite/mysite.crt -O webcert.crt
然后openssl x509 -in webcert.crt -text -noout