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年前

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン

関連するコンテンツ