I tried creating public certificate on AWS Certificate Manager and I chose "Validate domain ownership ". AWS generated the following CNAME configuration.
Domain Name *.example.com
Record Name _xxxx.example.com
Record Type CNAME
Record Value _xxxxx.xxxxx.acm-validations.aws.
So I have create a CNAME record with following items on Cloudflare:
Type "CNAME"
Name filed _xxxx.example.com
Domain Name filed _xxxxx.xxxxx.acm-validations.aws.
Finally, I tried to execute dig command but it does not show anything and ACM status is still pending. Is there any idea?