Home > Mobile >  Validating an AWS certificate on godday using CName
Validating an AWS certificate on godday using CName

Time:04-29

I think I understand what the enter image description here

This corresponds to CNAME name and CNAME value in ACM console manager:

enter image description here

Yet the interface in godaddy doesn't accept the input. Am I looking at the wrong place?

CodePudding user response:

The name field should be just the prefix of AWS CNAME name, for example:

_this-is-the-part-you-take.my-domain.com.

In other words, _904706782abb3d16301321f28db53e03.my-domain.com. get this _904706782abb3d16301321f28db53e03

and in the value, put the

_0ba986089fff81c1b4f395a2ea75f42e.example.acm-validations.aws

Turns out that AWS has a section on validation issues with godaddy. :)

Check this out.

TLDR; Either ask godaddy what the valid entries should be or use email validation.

  • Related