Back to all posts
AWS-CertificateManager
Tools
Preface
AWS Certificate Manager is the certificate management system provided by AWS.
When used together with an AWS Load Balancer, you can request wildcard certificates for free.
Requesting a Certificate
URL: https://us-west-2.console.aws.amazon.com/acm/home?region=us-west-2#/welcome
Click “Request a certificate”,
then select “Request a public certificate” and click “Next”.

Enter the wildcard domain name, e.g. *.domain.com

After clicking “Next”, go back to the list and click on the domain you just created to view its details.
Note down the CNAME name and value that need to be configured.

Configure the CNAME record in your domain’s DNS settings, then refresh the list a few times and wait for validation.
Once validated, the certificate is successfully issued.