-
Hi related to my post I try to use an CNAME entry for the DNS validation. I have a domain1.dedyn.io and a domain2.dedyn.io. On domain1 is a CNAME entry _acme-challenge that points to domain2.dedyn.io. Like i understood the validation for domain1.dedyn.io will be done on domain2.dedyn.io by creating a TXT record. If i try to request a certificate for domain1.dedyn.io i got this error:
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
I figured out the problem. It was the CNAME entry on domain1 It needs to point to a "subname" of domain2 and not to the domain2 itself CNAME entry on domain1 _acme-challenge that points to whatever.domain2.dedyn.io. if i want to validate different domains, i have to use unique CNAMES otherwisei got sometimes error "Incorrect TXT record" validate domain1 and domain2 with domain3 domain1 domain2 Regards, Henry |
Beta Was this translation helpful? Give feedback.
I figured out the problem. It was the CNAME entry on domain1
( CNAME entry _acme-challenge that points to domain2.dedyn.io.)
It needs to point to a "subname" of domain2 and not to the domain2 itself
CNAME entry on domain1 _acme-challenge that points to whatever.domain2.dedyn.io.
if i want to validate different domains, i have to use unique CNAMES otherwisei got sometimes error "Incorrect TXT record"
validate domain1 and domain2 with domain3
domain1
CNAME: _acme-challenge.domain1. => _acme-challenge_domain1.domain3.
domain2
CNAME: _acme-challenge.domain2. => _acme-challenge_domain2.domain3.
Regards, Henry