- Newest
- Most votes
- Most comments
Hello Smrithi,
For ACM certificate renewal, the ACM performs the MX record lookup and/or it will send to the domain owner register email. Below are the some common email which uses mostly. administrator@your_domain_name hostmaster@your_domain_name postmaster@your_domain_name webmaster@your_domain_name admin@your_domain_name
You can get the email address which are pointed to you domain certificate from the ACM console.
AWS Certificate Manager>> Certificates>> choose_the_certificate and under the domain look for Registered owners, which will show up the list of emails where the link is shared.
Also, one more quick way to check the email address for the domain certificate using Whois tool and look for "Registrant Contact" and Email row
{+} Example consider for domain amazon.com:-
https://www.whois.com/whois/amazon.com
here Email is hostmaster@amazon.com
Note:- If you found your email in that list and not received then it might blocked by spam filters or lost in transit. Click on "To resend validation email" tab to re-generate again. https://docs.aws.amazon.com/acm/latest/userguide/request-domain-validation-email-for-renewal.html
[+] Using cli to resend-email for certification.
$ aws acm resend-validation-email
--certificate-arn arn:aws:acm:region:account:certificate-authority/CA_ID/certificate/certificate_ID
--domain subdomain.example.com
--validation-domain example.com
Regards: CK
Relevant content
- asked 3 years ago
- asked 3 years ago
- AWS OFFICIALUpdated 9 days ago
- AWS OFFICIALUpdated 10 months ago
- AWS OFFICIALUpdated 3 days ago