Mobile app version of vmapp.org
Login or Join
Smith883

: How to add DNS txt record in cpanel and what to name it? I have a domain, where I have to add a DNS text change. More specifically, I have to do the following: "You should now create a

@Smith883

Posted in: #Cpanel #Dns #Domains #SiteVerification

I have a domain, where I have to add a DNS text change.

More specifically, I have to do the following: "You should now create a DNS text record with the meta tag value shown below for the domain you're securing."

The value I should insert is this one:

globalsign-domain-verification=list_of_random_chars


How do I add this in cPanel?

I thought about doing it this way, but I have to add a name:



I also thought about adding it like this:



So my question really is: how do I add this txt file in a correct way?

10.01% popularity Vote Up Vote Down


Login to follow query

More posts by @Smith883

1 Comments

Sorted by latest first Latest Oldest Best

 

@Ann8826881

There is a lot of important stuff that is missing from this question. One of which is whether your DNS server is the authority for your site. I am making some assumptions here.

Assuming that your DNS server is acting as the SOA (authority) for your domain, then you would, I assume since I have no idea what this is for, add an A text record for your site. Your cPanel image seems to be right. You would enter your domain name as example.com. with the dot at the end and the text as you need to. However, if your DNS is not the authority for your site, then entering the text in cPanel will do nothing. If you are hosting your domain name/IP address in the hosts name servers and this is where your SOA record is, then that is where you need to add the text record. If your registrar is where your domain name/IP address is hosted and this is where your SOA record is, then this is where you need to add the text record.

How you can know who your SOA is? Simply (assuming linux) use:

dig example.com any


If you still no not see a SOA record, then use:

dig +trace example.com any


You should see one now since the +trace is looking for the SOA specifically and will only accept an answer from the SOA.

On a side note: NEVER host public DNS and FTP on the same server as your website. These are often used in reflection attacks and other exploits to gain access to your web server. Once done, you are toast and may never know it. Remember that not all hackers tip their hat. In fact, most don't. If you are not intending to make your DNS public, then firewall it. ACLs help, but are not enough stop all attacks.

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme