Skip to main content

Questions tagged [aws-acm]

The AWS certificate Manager ACM manages SSL Certificates used within AWS. Use it together with the [amazon-web-services] tag

aws-acm
0 votes
1 answer
58 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, ...
Assaf's user avatar
  • 53
1 vote
1 answer
146 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 ...
Elazar's user avatar
  • 334
0 votes
0 answers
42 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 ...
Arvind Kandaswamy's user avatar
0 votes
1 answer
182 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 ...
Fendy's user avatar
  • 7
0 votes
1 answer
79 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 ...
Karim Fayed's user avatar
0 votes
0 answers
29 views

move single route 53 A record under acm wildcard to ACM in separate aws account

I have an app deployed in aws account B, until now I had an acm certificate in account A for mydomain.com and *.mydomain.com and a hosted zone in account A with an A record for myapp.mydomain.com ...
StackOverMySoul's user avatar
0 votes
1 answer
36 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 ...
Alex's user avatar
  • 99
0 votes
1 answer
264 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 ...
Mikael's user avatar
  • 331
0 votes
0 answers
117 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 { ...
Or Sade's user avatar
0 votes
0 answers
25 views

How do I properly use AWS Temporary Security Credentials with AWS Certificate Manager (ACM) and Terraform?

I am using terraform to manage some ALBs and the Listeners belonging to them. One of the listeners needs to specify a certificate_arn which I am trying to obtain from a data source with ...
tubensandwich's user avatar
0 votes
1 answer
364 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 ...
Gowthamakanthan Gopal's user avatar
0 votes
0 answers
38 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 ...
user3199100's user avatar
1 vote
0 answers
111 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 ...
Abraham Osmond's user avatar
0 votes
0 answers
55 views

Error when using custom truststore in java

I am trying to test using a private certificate on a network load balancer issued through AWS Private CA. It is a cross account setup. The app is calling a VPC endpoint (same account as app) which is ...
YusufDoc's user avatar
0 votes
1 answer
197 views

AWS Certificate Manager - certificate verify failed via ELB

I have added Certificate (.crt), Key (.key) & Certificate Chain ( star_domain_net.crt + DigiCertCA.crt + DigiCert Global Root G2.pem ) to AWS ACM & then attached to ELB. DigiCertCA.crt : -----...
rp346's user avatar
  • 6,728

15 30 50 per page
1
2 3 4 5
10