How to Generate a CSR for ACM

0

We use AWS Load-balancers for our website hosted on EC2 instances. We want to import SSL cert files to AWS Certificate Manager (ACM). The SSL cert provider asked for a CSR file to generate cert files. However, ACM does not have an option to generate a CSR. Could you please let us know how to generate a CSR for ACM?

Note:

  1. The question it is not How to Generate a CSR for a specific Amazon EC2 (AWS).
  2. If we need to generate a CSR on an EC2 instance, since we have multiple servers behind the Load-balancer, should we generate one CSR for each EC2?

Thanks!

asked 5 months ago282 views
1 Answer
0

As far as I know, you must generate the CSR in another tool like OpenSSL.

When you have multiple servers behind an AWS Load Balancer you do not need to generate a separate CSR for each EC2 instance. Instead, you should generate a single CSR, which can be done on any one of your servers or even on a local machine. Import the Certificate into AWS ACM: Once you receive the SSL certificate from your provider, import it into AWS Certificate Manager (ACM).

answered 5 months ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions