lundi 25 mai 2015

Setup GoDaddy SSL in Amazon ec2

I have Elastic IP Amazon ec2-user Linux, Free tier.

I have Godaddy SSL.

I have Godaddy Domain (kenn.com) Pointing to Amazon Route 53 Host Zone

I tried to open the website it works perfectly. No issues in pointing.


I already have this files:

I run this command: openssl req -new -newkey rsa:2048 -nodes -keyout kenn.com.key -out kenn.csr

Generating this files: kenn.com.key kenn.csr

I downloaded SSL files from Godaddy generated from kenn.csr: 4262b7fc267ecb1b.crt gd_bundle-g2-g1.crt


OpenSSL support is enabled

I Tried running: sudo yum install mod_ssl

Error:

[root@ip-xxx-xx-xx-xxx my-ssl-certifications]# sudo yum install mod_ssl
Error: httpd24 conflicts with httpd-2.2.29-1.5.amzn1.x86_64
Error: mod24_ssl conflicts with 1:mod_ssl-2.2.29-1.5.amzn1.x86_64
Error: httpd24-tools conflicts with httpd-tools-2.2.29-1.5.amzn1.x86_64
 You could try using --skip-broken to work around the problem
 You could try running: rpm -Va --nofiles --nodigest

  • I dont know how to check if mod_ssl is working

a.) SSLCertificateFile /home/ec2-user/site.com.crt

b.) SSLCertificateKeyFile /home/ec2-user/site.key

c.) SSLCACertificateFile /home/ec2-user/gd_bundle.crt

  • I dont know how to edit this /etc/httpd/conf.d/ssl.conf

it has to point to my files right? where can i get site.com.crt?

b. is kenn.com.key

c. is gd_bundle-g2-g1.crt

a. is what????????

still have two files 4262b7fc267ecb1b.crt kenn.csr what are they used for?

Im close.




Aucun commentaire:

Enregistrer un commentaire