Despite of the CNAME being resolved correctly, we get no result back, and the certificate remains pending validation.

0

All of the step for creating the certificate and updating the DNS records were already checked and no errors were found. Looking at the DNS validation troubleshoot documentation, I was not able to identify the issue. The certificate remains pending validation.

Marcel
asked 7 months ago200 views
1 Answer
0

Hi, You can check if the required CNAME record exists in the public DNS database. For example, if the certificate requires the following CNAME record:

_<random value>.example.com.
_<random value>.acm-validations.aws.

You can check if the command dig _<random value>.example.com. +short returns the required value. If the command returns nothing, the CNAME record does not exist in the public DNS database yet. More reference can be found in https://docs.aws.amazon.com/acm/latest/userguide/troubleshooting-DNS-validation.html.

profile pictureAWS
Feng_C
answered 7 months ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions