How to generate the certificate chain for AWS Load Balancer

0 votes

I'm using Amazon Load Balancer with SSL configuration. The problem is I am getting an exception page. 

My SSL provider is Comodo (InstantSSL). They provide two files .crt and .ca-bundle only.

How can I generate the Certificate Chain?

Nov 27, 2018 in AWS by datageek
• 3,090 points
1,455 views

1 answer to this question.

0 votes

You can cat the .crt and the .ca-bundle file together. These files will be provided by the certificate issuer

cat certfile.crt bundle.ca-bundle >> chain.crt

chain.crt should be the file you're looking for. Also, the order is important. The certificate.crt file has to be first.

Hope this helps!

Check out AWS training and certification to learn more about AWS.

Thanks!

answered Nov 27, 2018 by Archana
• 5,640 points

Related Questions In AWS

0 votes
1 answer
+1 vote
1 answer

How to add SSL certificate to AWS EC2 with the help of new AWS Certificate Manager service

refer this link  https://aws.amazon.com/certificate-manager/faqs/ You can't install the certificates ...READ MORE

answered Jul 19, 2018 in AWS by Priyaj
• 58,090 points
1,571 views
0 votes
1 answer

How to know which is a suitable load balancer for my application?

Like you said Elastic Load Balancing offers ...READ MORE

answered Oct 15, 2018 in AWS by Archana
• 4,170 points
1,124 views
0 votes
1 answer

How do I view CloudWatch metrics for my Load Balancer using the console?

Follow these steps: Open the Amazon EC2 console On ...READ MORE

answered May 17, 2019 in AWS by Tanishq
559 views
+2 votes
1 answer

Deploy Docker Containers from Docker Cloud

To solve this problem, I followed advice ...READ MORE

answered Sep 3, 2018 in AWS by Priyaj
• 58,090 points
2,435 views
+15 votes
2 answers

Git management technique when there are multiple customers and need multiple customization?

Consider this - In 'extended' Git-Flow, (Git-Multi-Flow, ...READ MORE

answered Mar 27, 2018 in DevOps & Agile by DragonLord999
• 8,450 points
3,458 views
0 votes
1 answer

How to set up rules for Application Load Balancer?

You can configure rules for each of ...READ MORE

answered Nov 19, 2018 in AWS by Archana
• 5,640 points
433 views
0 votes
1 answer

How can I just increase the size of my root disk on AWS EC2 for use with Elastic Beanstalk?

This can be done using the following ...READ MORE

answered Nov 12, 2018 in AWS by Archana
• 5,640 points
2,895 views
webinar REGISTER FOR FREE WEBINAR X
REGISTER NOW
webinar_success Thank you for registering Join Edureka Meetup community for 100+ Free Webinars each month JOIN MEETUP GROUP