ssnegi
ssnegi

Reputation: 183

Need help in setting the SSL in AWS

I have purchased SSL from Godaddy and my website is hosted in AWS. I want to set up the SSL on AWS. I tied to use the Certificate Manager to import the certificate. It asked me 3 things :

Certificate body* -- Here I enetered the .CRT file content which I got from Godaddy

Certificate private key* -- Here I am still confused what need to be entered. Please help me with this

Certificate chain -- Here I entered the sf_bundle-g2-g1.crt code .

Please help me enable the SSL in AWS . Thanks in advance

Upvotes: 1

Views: 75

Answers (1)

Kush Vyas
Kush Vyas

Reputation: 6099

When you try and open the main certificate in any editor you will see :

-----BEGIN RSA PRIVATE KEY----- Base64–encoded private key -----END RSA PRIVATE KEY-----

This needs to be imported there, you can refer to this AWS Documentation.

Hope this helps!

Upvotes: 1

Related Questions