All Questions
Tagged with amazon-acm or aws-acm
147 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
0
votes
3
answers
130
views
CloudFront intermittently serves wrong SSL certificate (ERR_CERT_COMMON_NAME_INVALID) for subdomain behind Route53 and custom cert
I have remoteEntry.js file in AWS S3 bucket.
I have cloudfront setup with a custom SSL cert which loads this remoteEntry.js with below url:
https://modules.uat.mysite.com/available-modules/...
1
vote
1
answer
58
views
Certificate Authorization problems to validate domain Ownership ( AWS ACM with Cloudflare/Hostinger)
Context:
I have an AWS Lambda function exposed via API Gateway. I want to secure and expose it through Cloudflare.
Steps to Replicate:
In API Gateway, create a custom domain.
During creation, AWS ...
0
votes
1
answer
183
views
Using AWS Certificate Manager Certs(private) how to add certificate on nginx:alpine Docker image?
I'm trying to run a React-based application using the nginx:alpine Docker image with SSL enabled. I'm using AWS Certificate Manager (ACM) private certificates for my domain. I followed the steps to ...
1
vote
0
answers
100
views
How can I retrieve validation domain for ACM certificate?
I am trying to setup a CDK that deploys a cloudfront site to a different account than where the HostedZone is.
I have gotten it to work where it creates the ACM certificate and then the cloud ...
0
votes
1
answer
680
views
Terraform insists on changing ACM cert
I have a Terraform setup that provisions the required resources to serve a web-server hosted on AWS.
When I do not change anything locally within the .tf files and simply input Terraform Plan, ...
1
vote
1
answer
1k
views
Automate AWS ACM Certificate Creation in Kubernetes
I'm currently setting up an Ingress in Kubernetes to work with an AWS ALB, and I need to manage TLS certificates via AWS Certificate Manager (ACM). I had to create the ACM certificate manually to make ...
1
vote
0
answers
391
views
ACM/AWS not validating certificate for a subdomain
I have my domain managed by Godaddy which I want to point to AWS/EC2. My domain name validates fine. I have a wildcard subdomain definition that is also says it is successfully validated but when I ...
0
votes
1
answer
420
views
AWS ACM - How to include 2 .pem files in Import certificate Certificate body
I have 2 pem files - web.pem and api.pem.
Converted from .pfx.
Exported from EC2 servers - web server and api server.
(don't ask me why.. its a legacy app)
If I include 1 .pem file in Certificate ...
0
votes
1
answer
313
views
I can't access my domain even though the CloudFront distribution uses the certificate and is connected to the EC2
I currently have a domain name "erp.example.com" that has its certificate on AWS Certificate Manager.
I also created a CloudFront distribution, used the certificate and connected it to an ...
0
votes
1
answer
57
views
AWS Certificate renewal pending due to two removed domains from primary domain
I have a primary domain certificate *.helio.io with 4 domains issued by AWS and managed by DNS. Two of the domains are not in use any more and I have removed them from route 53 but the certificate is ...
0
votes
1
answer
930
views
AWS Certificate Manager - DNS validation on Hostinger failed [closed]
I'm trying to validate my Hostinger DNS on AWS Certificate Manager.
I tried using e-mail validation method
And it still failed
Also, using validation by adding CNAME and value in my DNS Record like ...
0
votes
0
answers
228
views
Create records in AWS Route 53 for ACM certificate
/acm - main.tf
resource "aws_acm_certificate" "test" {
domain_name = "www.example.com"
validation_method = "DNS"
lifecycle {
...
0
votes
1
answer
1k
views
AWS Private certificate authorities (Install root CA certificate) using terraform
Team,
Am trying to create the AWS PCA (To use this for IAM rolesanywhere), Install the CA certificate and Request a private certificate using ACM. Where am facing the following error, What am i ...
0
votes
0
answers
45
views
Error: no matching Route53Zone found for multple acm certificate for multiple websites in cloudfront
I am trying to setup multiple websites in cloudfront terraform configurations with one base domain and multiple subdomains:
I am trying to create individual distribution for each website with ...
1
vote
0
answers
195
views
AWS CDK Api Gateway MTLS ownershipVerificationCertificate for imported certificates on ACM
when creating a restapi API Gateway using AWS CDK, I used an imported certificate in ACM for the certificate field inside the domainName property. This raises an error which says
Missing ...