Error when Importing ssl certificates. Step 1: Input certificate details

0

I am trying to import the ssl certificate into aws, they are asking for Certificate details Info, such as certificate body, private key, and certificate chain. I Paste the PEM-encoded certificate. I keep getting the error message "The certificate body provided is not in a valid PEM format" and it won't allow me to go to next step. There seem to be no issue with Certificate private key, I am only getting error with Certificate body.

Nasser
已提問 2 年前檢視次數 278 次
1 個回答
0

Hi, this can be for multiple reasons. 1.First convert you crt file with pem format openssl x509 -in In private.crt -out private.pem -outform PEM similarly covert intermediate and rootca cert file also, 2.Also, make sure the certificate chain file has correct sequence, follow this sequence. cat inter.pem RootCA.pem > ca-bundle.pem

sourav
已回答 2 年前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南