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
1
vote
0 answers

Amazon-Working ACM certificate disassociated unexpectedly

We have successfully associated multiple domains with a single ACM certificate and configured it with an Elastic Load Balancer. we are using the EKS service to deploy our application. So far all the applications are up and running, But suddenly the…
1
vote
0 answers

How to fix "Unrecognized resource types" for resource that is not included in template.yaml?

As the title states, I'm seeing aws cloudformation deploy returning the following error: Error: Failed to create/update the stack: stack-name-here, An error occurred (ValidationError) when calling the GetTemplateSummary operation: …
1
vote
3 answers

Cloudfront: This request has been blocked and content must be served over HTTPS

I have a EC2 server that serves the backend using HTTP to the S3 bucket Frontend and that works fine when I use the S3 address to run the app. However, after I deploy to the Cloudfront, I get the following error: Mixed Content: The page at…
1
vote
1 answer

How can I get the certificate file?

In Certificate Manager I just issued my domain for SSL certificate, I need the files of the certificate like private.key & certificate. I do not see any place in AWS Certificate Manager console that I can download this certificate to use it in…
saa
  • 29
  • 6
1
vote
0 answers

AWS EB - Significant issues getting SSL to work on re-terminated HTTPS behind application load balancer

EDIT 3: The answer is I'm an idiot and left a listener on port 443 that redirected manually to the environment url. EDIT 2: It appears that my DNS records are not set correctly which is causing the site to be marked unsafe despite the certificate…
1
vote
0 answers

AWS Certificate Manager - validate domain by email - where do the emails go?

I've used the "validate by email" option for getting an ACM certificate for my website (We can call it example.com). In the details section of the validation status, I see that an email was sent…
1
vote
2 answers

What was the reason for dns validation?

I got a certificate from AWS and did dns validation in the process of https communication. But I'm not sure why you are doing that verification. To use the domain, I got a domain from a hosting company and registered it on route53. Isn't this…
1
vote
1 answer

why are my non www https url not working?

I created a static s3 bucket site that works. I created a certificate for: www.example.com with additional names: *.example.com example.com In my DNS I successfully attached all 2 certificates. Yes, all 2 because the wildcard and the blank…
uno
  • 1,421
  • 12
  • 38
1
vote
1 answer

Paths won't resolve in domain name but in Elastic Beanstalk URL

What I have done so far: I uploaded my Laravel App to Elastic Beanstalk I purchased a domain name at namecheap: domain.net I set up a Hosted Zone for domain.net in Route 53 I entered the NS infos from the Hosted Zone in the section of my domain at…
1
vote
1 answer

How to create another cloudfront distribution using same SSL certificates created in certificate manager

In Aws Certificate Manager, I have created SSL certificate and add it to dns. *.test.example.com In Cloudfront, I have created a distribution With below CNAME dev.test.example.com Then, I can successfully access dev.test.example.com. After that, I…
CCCC
  • 5,665
  • 4
  • 41
  • 88
1
vote
1 answer

error:1400410B:SSL routines:CONNECT_CR_SRVR_HELLO:wrong version number for https on Istio ingressgateway

I am trying to set up SSL on port 443 on an ingressgateway. I can consistently reproduce with a very basic setup. I know it is something I am probably doing wrong but haven't been able to figure it out. My k8s cluster is running on EKS. k version…
A H
  • 23
  • 2
  • 3
1
vote
1 answer

Imported Private Certificates cannot be linked to Api Gateway in AWS

We are thinking of using our own Private Certificate Authority within AWS. Using the information provided here were able to create a private certificate and import it into ACM. However when we try to refer this private certificate when creating a…
1
vote
1 answer

Where are the SSL certificates issued by AWS are stored on the server so I can direct Neo4J to them?

I issued an SSL certificate via AWS Certificate Manager. Now I need to point my Neo4J database to that certificate (this is by inner design of this graph database, which accesses the server via bolt). Before, when I issued them using Let's Encrypt,…
Aerodynamika
  • 7,883
  • 16
  • 78
  • 137
1
vote
1 answer

AWS Elastic Beanstalk - SSL Certificate added but still HTTPS Error: SSL_ERROR_BAD_CERT_DOMAIN

I bought a domain named studileih.de, then I deployed my Angular frontend on firebase: https://studileih-ceb70.web.app/ and redirected from my domain studileih.de to the firebase URL. Then I deployed my Spring Boot backend to AWS Elastic Beanstalk…
1
vote
1 answer

AWS Lambda function sometimes getting error when axios call API

My Lambda function returns errors sometimes when call an API. (there is 2 different APIs that Lambda calls in same time) There is very interesting that I put some console.log's before start API call but when Lambda starts it's return error…