मैं कर रहा हूँ:
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
फ़ाइल है, हालांकि (=
हाँ, अच्छा लग रहा है।
—
शामून
file://
फ़ाइल नाम से पहले जोड़ने का प्रयास करें
वह उत्तर दें ताकि मैं उसके लिए वोट कर
—
सकूँ
यकीन है, खुशी है कि मैं मदद कर सकता है!
—
LinuxDevOps
wget Downloads/mysite/mysite.crt -O webcert.crt
और फिरopenssl x509 -in webcert.crt -text -noout