Questions tagged [amazon-acm]

28 questions
1
vote
1 answer

Certificates requested through Amazon ACM are stuck in "Pending validation"

I'm trying to add a certificate to a domain name through Amazon ACM and it's not working. I mean, I was able to add the certificate and I opted to use DNS validation but it's still showing up as "Pending validation" and that was a few hours ago. I…
neubert
  • 317
  • 8
  • 26
1
vote
0 answers

How to get the issuing certificate authority from an apple push notification certificate

I want to import the Apple push notification certificate into AWS ACM. So first, I had to convert it to pem. Using openssl pkcs12, I was able to get the Certificate and the Private Key. But when importing it into ACM, I get this error : "Provided…
Moadh
  • 11
  • 1
0
votes
1 answer

How to configure AWS classic load balancer to use AWS SSL for both 80 and 8080?

We are using Nginx-RTMP Streaming and trying to redirect both 80 and 8080 to https. We have tried with redirecting different SSL port in AWS Classic load balancer but its doesn't work. Nginx RTMP Statistics URL->http://domainname:8080/stats Please…
0
votes
1 answer

Cloudfront GoDaddy DNS - SSL Certificate Issues

I have a CloudFront distribution setup and working correctly. I also have an SSL certificate issued using ACM. My GoDaddy DNS has a CNAME entry for www which points to the cloudfront distribution The following URLS work as expected and display the…
0
votes
0 answers

How to assign ACM Certificate to Elastic Beanstalk security group?

Stack Elastic Beanstalk AWS Route 53 for DNS. AWS Certificate Manager for SSL Cert. What I have done I have added the CNAME for the certificate (Through the wizard provided by AWS for Route 53). I have added an inbound rule on the load balancer…
0
votes
1 answer

Calling AWS ELB from CURL - Certificate issue?

I'm new to SSL, Certificates etc. I recently created an ACM Certificate and spun up an ELB to use it. I'm able to access the ELB perfectly from the browser. However when I try to call the SAME ELB from CURL : curl -i -XGET…
0
votes
0 answers

SSL cert questions - PFX to .key , .crt, and. csr for ACM

I'm a long time lurker but I can't figure something out and wondered if someone can offer guidance. I am following AWS's tutorial on how to convert pfx to .crt and .key but I have a question. When removing the password for the privatekey, openssl…
0
votes
0 answers

Certificate validation issue with subdomains of subdomains

I have a current, production certificate with a wildcard common-name hosted in Amazon Certificate Manager (ACM). I've added a CNAME with a subdomain of a subdomain (like ....) to our Route53 zone that points to our load-balancer (ALB). However,…
0
votes
1 answer

aws cloudfront custom ssl pricing for subdomain and www

I have created two s3 origin website linked with cloudfront and used acm certificate. But I recently found out pricing are different between https://admin.example.com and https://www.example.com. www.example.com is charged for 20$ per day but admin…
0
votes
0 answers

Custom domain SSL on elastic beanstalk

Our Multi tenant SaaS application is hosted on elastic beanstalk(EBS). EBS load balancer uses a certificate issued by ACM(Amazon certificate manager) for SSL. We've customers who want to use their own custom domains for using our app. Is there a…
vishesh
  • 109
  • 3
0
votes
1 answer

Running nginx with SSL on AWS

I've installed nginx on AWS using this configure script --prefix=/usr/local/nginx-1.16.1 --with-http_ssl_module --with-openssl=~/Downloads/openssl-1.1.1i --without-http_rewrite_module and I've issued a Certificate for my URL (let it be mydom.com)…
Terry
  • 123
  • 1
  • 7
0
votes
0 answers

NET::ERR_CERT_COMMON_NAME_INVALID error occuring while AWS ACM certificate loaded on HTTPS load balancer for a domain created in GoDaddy

I have a node js app deployed onto EC2 instance running on port 300 and it is exposed to internet via port 80 & 443 via http load balancers. My security group allows inbound rules on 80 & 443. I have created SSL certificates with ACM for a domain…
0
votes
2 answers

AWS CMP multiple domain certificate - dynamic

I have an application that is hosted with AWS EC2 instance which is behind a load balancer with DNS say example.com. I would like to point multiple domains on a monthly basis to this load balancer (business onboardings). I also have a public…
Harry
  • 103
  • 1
1
2