Monday, 5 June 2023

AWS certificate manager certificate with Go daddy domain.

 

The last time I applied AWS SSL certificate for my website https://www.createclassicsudoku.com (when you google “make sudoku”, it ranks 1st), it was a long time ago. At that time, I did not write anything down, so this time when I tried to apply an AWS SSL certificate for my website https://www.zinsolution.com (a marketing tools website), it took me a long time. This motivates me to write it down, even if I will be the only reader in future. I also wish it will help lots of people who are doing their own websites.

So much about my motivation. I am going straight to the topic. I already have http://www.zinsolution.com being set up, however, a website with https looks more reliable and can attract more visitors.

My steps are as follows:

Step 1: Request a Certificate — Add domain names
Step 2: Request a certificate — Select Validation Method
validation
Step 4: Go to GoDaddy.com, and add a CNAME with value

Your CNAME should remove example.com (in my case, remove zinsolution.com from the given name by AWS), and you copy the Value directly from the given value by AWS.

Use digwebinterface.com to check whether the CNAME is properly propogated. Copy the Name from AWS. Check the “Short” option to see the concise result

If the result shows the Value given by AWS, then this CNAME is properly propagated.

Pretty soon (in my case, within two minutes at most), my AWS shows the Validation status as “success”.

AWS shows the Validation Status to be “Success”

Wait, you have not yet finished yet. You got to add https listener to your website. Go to “Configuration” Tab, and add a listener to the classic load balancer. Add a 443 port with Protocol to the instance port 80 and instance protocol http.

Last step: Add a listener to your load balancer

Hope this helps!

 

 

SOURCE

No comments:

Post a Comment