Questions tagged [aws-certificate-manager]

Certificate Manage is an offering by Amazon Web Services. It lets you easily provision, manage, and deploy Secure Sockets Layer/Transport Layer Security (SSL/TLS) certificates for use with AWS services.

From the AWS product page:

AWS Certificate Manager is a service that lets you easily provision, manage, and deploy Secure Sockets Layer/Transport Layer Security (SSL/TLS) certificates for use with AWS services. SSL/TLS certificates are used to secure network communications and establish the identity of websites over the Internet. AWS Certificate Manager removes the time-consuming manual process of purchasing, uploading, and renewing SSL/TLS certificates.

With AWS Certificate Manager, you can quickly request a certificate, deploy it on AWS resources such as Elastic Load Balancers or Amazon CloudFront distributions, and let AWS Certificate Manager handle certificate renewals. SSL/TLS certificates provisioned through AWS Certificate Manager are free. You pay only for the AWS resources you create to run your application.

235 questions
43
votes
1 answer

Can I use AWS Certificate Manager certificates for API Gateway with Custom Domain Name

Can I use a certificate from AWS Certificate Manager to use it with API Gateway and my Custom Domain Name? How do I get the certificate body, private key and chain out of the certificate from the AWS Certificate Manager?
28
votes
1 answer

AWS Certificate Manager Requested a certificate reporting 'Renewal eligibility` Ineligible?

I have just successfully been issues a certificate for a domain that is also hosted by route53. However it's coming up in the Renewal eligibility column as Ineligible. Tried to find what exactly this means and why however haven't found anything…
utx0_
  • 1,364
  • 14
  • 24
26
votes
3 answers

Wildcard for second level subdomain

AWS Certificate manager isn't allowing me to add a 2 level wildcard domain name, which would match x.a.example.com, y.b.example.com etc. Is there a workaround for this? (instead of creating *.a.example.com, *.b.example.com etc)
24
votes
1 answer

How do I retrieve the private key for a certificate generated on AWS Certificate Manager?

Someone purchased a wildcard certificate via AWS Certificate Manager for their domain name and I need to transfer it to Heroku for an app that uses a sub-domain of the domain name. I can't figure out, either through the AWS Console or through their…
sameers
  • 4,855
  • 3
  • 35
  • 44
24
votes
1 answer

Can I share ACM SSL certificates between AWS acounts

I have a few AWS accounts where I manage DNS addresses and ACM SSL certificates. I have a top-level.com domain in one account and another account manages subdomain.top-level.com. I created some SSL certificates with ACM on the top account for…
Amir Mehler
  • 4,140
  • 3
  • 27
  • 36
21
votes
1 answer

ios13 tls certificates issue - connection error

Since the release of ios13 I have a strange problem in my iOS app due to tls connection error to my backend. If I try to connect to the backend via the simulator (iOS 13) it works fine, if I install the app on the physical device (iOS 13.1) I can't…
Giamma
  • 808
  • 2
  • 10
  • 21
21
votes
1 answer

AWS Certificate Manager - Do regions matter?

I already have a certificate from AWS Certificate Manager (ACM) when only the 1 region was available (think the US-West-1 region?) and currently being used with Cloudfront to host a website for the Australian market. Now that ACM is available in…
n00b
  • 5,843
  • 11
  • 52
  • 82
20
votes
2 answers

AWS ACM wildcard ssl certificate not working on domain

I created a SSL certificate for my site using Amazon Certificate Manager. The certificate is for *.example.com. I have then attached this certificate to my ELB and have left the instance protocol as http. So SSL chain is only between the client and…
John
  • 483
  • 1
  • 5
  • 11
18
votes
6 answers

Certificate in Pending state in AWS Certificate Manager

Our project is deployed on Elastic Beanstalk and I want to run this on HTTPs. I created my certificate on AWS Certificate Manager and choose DNS verification option. I added provided data in my Godaddy DNS records. Below is my sample data Domain…
16
votes
4 answers

how to add a domain to an existing SSL certificate on aws

I have an SSL certificate associated with a load balancer on Amazon Web Services. I would like to have an additional domain on that certificate. My questions are: Is it possible to add an additional domain to an EXISTING ssl certificate on aws? …
Erich
  • 499
  • 1
  • 13
  • 34
12
votes
4 answers

Using AWS Certificate Manager (ACM Certificate) with Elastic Beanstalk

When you have a certificate for your domain issued through AWS Certificate Manager, how do you apply that certificate to an Elastic Beanstalk application. Yes, the Elastic Beanstalk application is load balanced and does have an ELB associated with…
10
votes
1 answer

AWS API Gateway Serve S3 Content and Lambda

I have created an SSL certificate with ACM. I would like to use this certificate to serve both my static content from an S3 bucket and my lambdas. At this time, I want to avoid using CloudFront and proxy both S3 and Lambda with API Gateway so that…
9
votes
3 answers

Terraform & AWS: ACM Certificate Never Validated

I am trying to create an ACM certificate to apply to my Amazon ALB using Terraform 0.12.0. I'm able to create my ALB without a certificate with no problem. The entire infrastructure stack is built and deployed as expected. Now, I've added the…
9
votes
1 answer

How to access a certification from AWS in a ASP.NET (Core 2) web application?

I am trying to deploy an ASP.NET Core 2 web application to AWS Elastic Beanstalk. The application is actually IdentityServer4 for which I need to have access to a certification to sign and validate tokens. There is a tutorial how to configure the…
8
votes
2 answers

From self managed Let's Encrypt to AWS Certificate Manager

I have been managing Let's Encrypt's SSL certificates for a domain. Now I am moving to Amazon API gateway. I will be using the AWS Certificate Manager to generate HTTPS certificates for the root domain and a bunch of subdomains. If I make the…
treecoder
  • 43,129
  • 22
  • 67
  • 91
1
2 3
15 16