Estoy haciendo:
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
Sin embargo, recibo un error: A client error (MalformedCertificate) occurred when calling the UploadServerCertificate operation: Unable to parse certificate. Please ensure the certificate is in PEM format.
Es un pem
archivo válido aunque = (
Sí, se ve bien.
—
Shamoon
intente agregar
—
LinuxDevOps
file://
antes de los nombres de archivo
Responda eso para que pueda votarlo =)
—
Shamoon
Claro, me alegro de poder ayudar!
—
LinuxDevOps
wget Downloads/mysite/mysite.crt -O webcert.crt
Y luegoopenssl x509 -in webcert.crt -text -noout