Mobile app version of vmapp.org
Login or Join
Martha676

: How do I get and install an SSL certificate on a Bitnami image on Amazon EC2? I need to get an SSL certificate installed on an Amazon AWS EC2 instance that runs the bitnami image. I watched

@Martha676

Posted in: #AmazonAws #Apache #Openssl #SecurityCertificate

I need to get an SSL certificate installed on an Amazon AWS EC2 instance that runs the bitnami image. I watched this YouTube video on how to do it but during the video he creates the CSR and then pastes it into his SSL certificate application online.

I have contacted an SSL provider and they have said they create the CSR during checkout and then give me the files. So does this mean I do not need to generate a CSR on the server and I will simply be able to copy over the two existing certificate files?

10.01% popularity Vote Up Vote Down


Login to follow query

More posts by @Martha676

1 Comments

Sorted by latest first Latest Oldest Best

 

@Murray432

I believe that means they will have to give you a private key for your server and the public certificate files if you aren't generating the CSR. If that is the case you would not need to generate a CSR. However you would also need to install the private key. This doesn't sound like the typical approach as the private key would have to be transferred to you.

Typical SSL Scenario Includes:


You generate the CSR and a private KEY on your server.
You submit the CSR to the SSL provider.
You install the Public Certificate file on your server and its matches up with the private key.

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme