Back

Explore Courses Blog Tutorials Interview Questions
0 votes
2 views
in AWS by (19.1k points)

Right now, for my instances I am using a Amazon ELB with SSL configured in it. But when it is active, I get an exception.

I am using Comodo / InstantSSL for my SSL needs and they give two files : The certificate .crt and the .ca-bundle 

How can I generate the certificate chain?

1 Answer

0 votes
by (44.4k points)

You just have to use the basic Linux commands to make this happen. I would suggest you to combine the certificate file and the bundle file. I will show you the command on how to do this. First, go to the directory where you have both the files.

cat name.crt bundlename.ca-bundle >> chainname.crt

The cat command should be in the same order, with certificate (.crt) file at the top and bundle file after that.

For more insights check out out AWS certification page. To get more valuable information on AWS services, go to the AWS Tutorial page.

Related questions

0 votes
1 answer

Want to get 50% Hike on your Salary?

Learn how we helped 50,000+ professionals like you !

0 votes
1 answer

Browse Categories

...