In this recipe, we will create an X.509 certificate for a public domain that we own using AWS Certificate Manager (ACM). ACM public certificates are used with AWS services such as elastic load balancing (ELB), Amazon CloudFront, AWS Elastic Beanstalk, Amazon API Gateway, and AWS CloudFormation.
Creating an SSL/TLS certificate with ACM
Getting ready
We need a domain name to complete the steps within this recipe. We can use a domain registered with Route 53 or an outside registrar.
How to do it...
We can create a TLS certificate in ACM as follows:
- Go to the AWS Certificate...