Tôi đang làm:
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
Tôi đang gặp một lỗi: A client error (MalformedCertificate) occurred when calling the UploadServerCertificate operation: Unable to parse certificate. Please ensure the certificate is in PEM format.
Đây là một pem
tệp hợp lệ mặc dù = (
Yup, có vẻ tốt.
—
Shamoon
hãy thử thêm
—
LinuxDevOps
file://
trước tên tệp
Làm cho câu trả lời để tôi có thể bỏ phiếu cho nó =)
—
Shamoon
chắc chắn, rất vui vì tôi có thể giúp
—
LinuxDevOps
wget Downloads/mysite/mysite.crt -O webcert.crt
Và sau đóopenssl x509 -in webcert.crt -text -noout