Estou fazendo:
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
Estou recebendo um erro: A client error (MalformedCertificate) occurred when calling the UploadServerCertificate operation: Unable to parse certificate. Please ensure the certificate is in PEM format.
Embora seja um pem
arquivo válido = (
Sim, parece ser bom.
—
Shamoon 24/03
tente adicionar
—
LinuxDevOps
file://
antes dos nomes dos arquivos
Faça que uma resposta assim que eu posso votar a favor =)
—
Shamoon
claro, feliz por poder ajudar!
—
LinuxDevOps
wget Downloads/mysite/mysite.crt -O webcert.crt
E depoisopenssl x509 -in webcert.crt -text -noout