amazon-web-servicesdnsaws-certificate-manageraws-acm

AWS Certificate Manager - DNS validation on Hostinger failed


I'm trying to validate my Hostinger DNS on AWS Certificate Manager.

I tried using e-mail validation method

enter image description here

And it still failed

enter image description here

Also, using validation by adding CNAME and value in my DNS Record like this

enter image description here

And confirming using nslookup

enter image description here

And instantly gave failed

enter image description here

I searched for some solutions like this one and nothing helped


Solution

  • I believe this is same case of another question, you may try to add a CAA record, like:

    nome    Conteúdo                  prio
    @       0 issue "amazon.com"      0
    @       0 issuewild "amazon.com"  0
    

    See the docs: https://docs.aws.amazon.com/acm/latest/userguide/setup-caa.html