Questions tagged [aws-acm]

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

From the docs:

You can use ACM to manage SSL/TLS certificates for your AWS-based websites and applications. For general information about using ACM, see the AWS Certificate Manager User Guide.

123 questions
0
votes
1 answer

Enable Vault TLS using ACM

I have a vault behind an ALB and want to enable TLS using ACM in a vault. Can anyone guide me on how I can import ACM in a vault to enable TLS? Thank you in advance for your help!
Donal
  • 6,082
  • 2
  • 19
  • 30
0
votes
0 answers

Is it possible to set up Amazon MSK Mutual TLS Authentication with Custom DNS?

I've already set up Mutual TLS Authentication with my AWS MSK cluster using a Java application where it uses the default broker addresses (*.mymskcluster.1t2cpu.c12.kafka.us-west-2.amazonaws.com). Unfortunately I have had no luck with custom DNS. I…
0
votes
0 answers

GoDaddy SSL not working on sub domains in AWS

I have a SSL certificate from GoDaddy, I've imported that Certificate in ACM. But when I use that certificate with an Application Load Balancer it's not working with subdomain example.com - Working www.example.com - Working api.example.com -…
0
votes
1 answer

Mock acmpca interfaces of aws-sdk-go-v2

I'm using latest v1.17.15 aws-sdk-go-v2 for acmpca but this doesn't have acmpcaiface interfaces. Now how to mock these acmpca api for my unit testing? Please help me to mock the interfaces. Currently I'm using IssueCertificate() and GetCertificate()…
0
votes
1 answer

AWS ACM two certificates with same domain

I created a first certificate in AWS ACM like *.dev.mydomain.com then I created the records in Route 53 and it worked. Now i'm trying to create a new certificate with the domain *.dev.mydomain.com and an additional name like…
0
votes
0 answers

I am unable to reach my site if I omit the url scheme (https)

I have an IIS server and I have deployed a couple of websites on it each using their separate bindings. The sites are deployed on a single EC2 instance behind an application load-balancer (using an autoscaling group) site…
Georgi Koemdzhiev
  • 11,421
  • 18
  • 62
  • 126
0
votes
1 answer

Get AWS certificate name and value (ACM)

I'm trying to fetch a certificate with a status of pending in order to get CNAME value and name (to store it somewhere). AWS .NET SDK docs says that name and value return only when certificate is ISSUED. Is there a way to fetch name and value when…
Niv Navick
  • 192
  • 1
  • 4
  • 13
0
votes
1 answer

How to fix NET::ERR_CERTIFICATE_TRANSPARENCY_REQUIRED on AWS ACM / ELB in Chrome / Firefox

I am posting this here to help others facing this problem as I could not find any useful information on the web. If you have mapped your ACM certificate to an end-point (EC2, ELB, EKS service.. whatever) You will need to…
Joel
  • 384
  • 5
  • 18
0
votes
1 answer

ACM PCA Issue certificate for client authentication and signing data

I'm trying to implement MTLS client authentication using AWS ACM Private CA to issue X.509 client certificates. The certificate and the correlating private key is supposed to be stored in a password protected PKCS#12 file. The private key will also…
user3677636
  • 331
  • 3
  • 14
0
votes
1 answer

Convert ACM exported certificate to p12 file in Java

I'm building an MTLS authentication system where the registration step will generate a certificate using AWS ACM private CA. So in the registration step, I use AWS ACM SDK to first generate a certificate and then export it. RequestCertificateResult…
user3677636
  • 331
  • 3
  • 14
0
votes
1 answer

Cloudfront with ACM managed cert for website that's hosted on external server

I have a Route53 hosted zone foo.bar with a couple of CNAME's in there pointing to external IP addresses. For example, a website with domain name myapp.foo.bar is hosted on a Digital Ocean server but the CNAME record is in the route53 hosted zone…
markvdlaan93
  • 613
  • 10
  • 26
0
votes
1 answer

Can we use AWS ACM Public Certificate for external website applications?

Is this ACM public certificates used with ACM-integrated service only? OR can we use this for externally hosted applications as well? I need a TLS certificate (PEM-encoded) for your subdomain and the 2048-bit private key (PEM-encoded). to configure…
Karikalan
  • 107
  • 10
0
votes
1 answer

Create multiple unique aws_acm_certificate certificates with Terraform for_each

I am trying to create multiple unique aws_acm_certificates using Terraform for_each,I created the acm certificates as modules for each of the unique certificate. I am having a challenge outputing the certificates created, not sure of how to output…
0
votes
0 answers

How to read Kubernetes Secret and import to AWS ACM as Private certificate using terraform?

I want to read Kubernetes secrets and then import those certificates to AWS ACM. Below is my code #Read master ingress cert data "kubernetes_secret" "master_cert" { metadata { name = "${var.env}-api-gw-ingress" namespace = var.env …
Aman
  • 193
  • 2
  • 15
0
votes
1 answer

AWS Route53 and ACM certificate - Allow other account within same organization to create records in hosted zone

I have multiple AWS accounts managed through AWS organization. I have a generic account which is used to share resources. In this generic account, I have created a Route53 hosted zone which is related to a domain I purchased through Route53. Lets…
1 2 3
8 9