Skip to content

Latest commit

 

History

History
23 lines (19 loc) · 1.77 KB

acm-certificate-validation.md

File metadata and controls

23 lines (19 loc) · 1.77 KB

CloudSploit

AWS / ACM / ACM Certificate Validation

Quick Info

Plugin Title ACM Certificate Validation
Cloud AWS
Category ACM
Description ACM certificates should be configured to use DNS validation.
More Info With DNS validation, ACM will automatically renew certificates before they expire, as long as the DNS CNAME record is in place.
AWS Link https://aws.amazon.com/blogs/security/easier-certificate-validation-using-dns-with-aws-certificate-manager/
Recommended Action Configure ACM managed certificates to use DNS validation.

Detailed Remediation Steps

  1. Log in to the AWS console and search for "Certificate Manager".
  2. Click into each certificate that has been requested.
  3. Expand the domains associated with the certificate.
  4. Ensure each domain listed has DNS validation configured. If DNS validation is used, DNS records will be listed for the domain and the type will be CNAME.
  5. Ensure that the records provided by AWS are configured and valid within your DNS provider (such as Route 53).
  6. If DNS validation is not used, request a new certificate for the same domains using DNS validation and update the downstream services to use this new certificate. Once done, delete the old certificate to ensure it can no longer be used.