aws-certificate-manager

What is the right way to import certificates in AWS ACM?

半腔热情 提交于 2020-01-16 15:55:13
问题 I'm an absolute beginner in AWS space. I'm trying to map serverless lambda functions to the custom domain. This is the ultimate goal! I got a free SSL certificate from sslforfree which I wish to register at AWS' ACM. Also, I do not wish to transfer domain to AWS Route 53 as GoDaddy's customer support is awesome! I have (probably) imported the certificates in the ap-south-1 region Not sure if the certificate was imported? I did this multiple times - not sure how many times. The limit seems

Certificate in Pending state in AWS Certificate Manager

▼魔方 西西 提交于 2020-01-02 07:53:33
问题 Our project is deployed on Elastic Beanstalk and I want to run this on HTTPs. I created my certificate on AWS Certificate Manager and choose DNS verification option. I added provided data in my Godaddy DNS records. Below is my sample data Domain Name | Record Name | Record Type | Record Value example.com | _8046ecb910c52234234234234232ecae.example.com. | CNAME | _81b05686qweerttcxsaxasdadas5a566.tljzshvwok.acm-validations.aws. *.example.com | _8046ecb910c52234234234234232ecae.example.com. |

Wildcard for second level subdomain

纵饮孤独 提交于 2019-12-12 10:47:55
问题 AWS Certificate manager isn't allowing me to add a 2 level wildcard domain name, which would match x.a.example.com , y.b.example.com etc. Is there a workaround for this? (instead of creating *.a.example.com , *.b.example.com etc) 回答1: Source: http://docs.aws.amazon.com/acm/latest/userguide/acm-certificate.html Wildcard Names ACM allows you to use an asterisk (*) in the domain name to create an ACM Certificate containing a wildcard name that can protect several sites in the same domain. For

AWS Cert Mgr - How to create client & device certificates?

天大地大妈咪最大 提交于 2019-12-11 17:19:44
问题 From AWS tech talk, I have learnt that, I am able to create private server certificate using below option: ------------------- The server certificates serve the rationale of encrypting and decrypting the content. Whereas client certificate as the name implies is clearly used to identify a client to a respective user A device certificate creates an identity for each “thing” in an IoT ecosystem, making sure each device authenticates as it connects, and protects communication between devices. We

ENOENT error - Installing aws-cdk node module

て烟熏妆下的殇ゞ 提交于 2019-12-11 07:49:42
问题 After running command: sudo npm i -g aws-cdk gives error: npm ERR! Linux 4.4.0-151-generic npm ERR! argv "/usr/bin/nodejs" "/usr/bin/npm" "i" "-g" "aws-cdk" npm ERR! node v4.2.6 npm ERR! npm v3.5.2 npm ERR! path /usr/local/lib/node_modules/.staging/semver-096e2ca7 npm ERR! code ENOENT npm ERR! errno -2 npm ERR! syscall rename npm ERR! enoent ENOENT: no such file or directory, rename '/usr/local/lib/node_modules/.staging/semver-096e2ca7' -> '/usr/local/lib/node_modules/aws-cdk/node_modules/

AWS ACM Certificate Not Valid

末鹿安然 提交于 2019-12-08 12:13:24
问题 I setup AWS classic load balancer with HTTPS Listener using ACM certificate as described in http://docs.aws.amazon.com/elasticloadbalancing/latest/classic/elb-create-https-ssl-load-balancer.html but the browser rejects it. Errors: This root certificate is not trusted (ssl_error_bad_cert_domain) The certificate is not trusted because it is self-signed. The certificate is only valid for the following names: localhost, localhost.localdomain, ip-10-0-0-157, ip-10-0-0-157.us-west-2.compute

Terraform: Creating and validating multiple ACM certificates

安稳与你 提交于 2019-12-07 06:03:00
问题 I'm running into a really confusing Terraform resource issue automating the generation and DNS validation of SSL certificates in ACM for a list of (Terraform-managed) hosted zones. Code can also be found in this gist. I'm starting by bootstrapping hosted zones referencing this environment-specific variable. hosted_zones = [ { domain = "site1.com" zone_id = "MANUALLY FILL" } ] The block I am using to build the zones seems to work reliably. resource "aws_route53_zone" "zones" { count = "$

Certificate in Pending state in AWS Certificate Manager

为君一笑 提交于 2019-12-06 01:33:46
Our project is deployed on Elastic Beanstalk and I want to run this on HTTPs. I created my certificate on AWS Certificate Manager and choose DNS verification option. I added provided data in my Godaddy DNS records. Below is my sample data Domain Name | Record Name | Record Type | Record Value example.com | _8046ecb910c52234234234234232ecae.example.com. | CNAME | _81b05686qweerttcxsaxasdadas5a566.tljzshvwok.acm-validations.aws. *.example.com | _8046ecb910c52234234234234232ecae.example.com. | CNAME | _81b05686qweerttcxsaxasdadas5a566.tljzshvwok.acm-validations.aws. AWS has given my two records

Using AWS Certificate Manager (ACM Certificate) with Elastic Beanstalk

不羁的心 提交于 2019-11-27 02:17:48
问题 When you have a certificate for your domain issued through AWS Certificate Manager, how do you apply that certificate to an Elastic Beanstalk application. Yes, the Elastic Beanstalk application is load balanced and does have an ELB associated with it. I know I can apply it directly to the ELB my self. But I want to apply it through Elastic Beanstalk so the env configuration is saved onto the Cloud Formation template. 回答1: I found out, you cannot do it through the elastic beanstalk console (at