How to add DNS TXT record for domain verification

Hi All,

I was able to verify my domain using http-01 well. Now to verify using dns-01
i created txt values.

Those values are

TXT Record Name: _acme-challenge.cooloffers.in
Value: D-52Wm4V7xoUpGax-F8FrPO45cQRcbRj-XoblaY4uYM

TXT Record Name: _acme-challenge.www.cooloffers.in
Value: 6lOgCI0p_LRhtrJMh9aTYAek6hZ64nT75-DkeeQccfA

So i have to add two DNS TXT records?

First one with host as @ and TXT values as
_acme-challenge.cooloffers.in= D-52Wm4V7xoUpGax-F8FrPO45cQRcbRj-XoblaY4uYM

and second one with host as @ and TXT values as
_acme-challenge.www.cooloffers.in=6lOgCI0p_LRhtrJMh9aTYAek6hZ64nT75-DkeeQccfA ?

Let me know it’s correct or not?

hi @abdunnasir

Review this article: DNS Provider Not Allowing TXT Records to Be Submitted Correctly - LetsEncrypt Validation Doesn't Pass

Andrei

Ok thanks. Still i have some confusions.

@# nslookup -q=TXT cooloffers.in
Server: 192.168.0.1
Address: 192.168.0.1#53

Non-authoritative answer:
cooloffers.in text = "_acme-challenge.www.cooloffers.in=6lOgCI0p_LRhtrJMh9aTYAek6hZ64nT75-DkeeQccfA"
cooloffers.in text = "testv=gsadggasgdasdsad"
cooloffers.in text = “_acme-challenge.cooloffers.in=D-52Wm4V7xoUpGax-F8FrPO45cQRcbRj-XoblaY4uYM”

I have those values.

This is not correct?
Or I have to create sub domains _acme-challenge.www.cooloffers.in and _acme-challenge.cooloffers.in ?

These should look like this:

[quote]_acme-challenge.www.cooloffers.in text = "6lOgCI0pLRhtrJMh9aTYAek6hZ64nT75-DkeeQccfA"
_acme-challenge.cooloffers.in text = "D-52Wm4V7xoUpGax-F8FrPO45cQRcbRj-XoblaY4uYM"[/quote]

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.