How to i configure the TXT record for my domain

Please fill out the fields below so we can help you better. Note: you must provide your domain name to get help. Domain names for issued certificates are all made public in Certificate Transparency logs (e.g. https://crt.sh/?q=example.com), so withholding your domain name here does not increase secrecy, but only makes it harder for us to provide help.

My domain is: soluto.com

I ran this command:

It produced this output:

My web server is (include version):

The operating system my web server runs on is (include version):

My hosting provider, if applicable, is: dns made easy for the dns and godaddy for the domain

I can login to a root shell on my machine (yes or no, or I don’t know): yes

I’m using a control panel to manage my site (no, or provide the name and version of the control panel):no

You’ll need to do this via “DNS Made Easy”.

This page shows exactly how to create TXT records: https://help.dnsmadeeasy.com/managed-dns/dns-record-types/txt-record/

So when you are instructed to create an e.g. _acme-challenge.soluto.com TXT record, you would put _acme-challenge for “Name” in step 4, and the TXT record value as “Value”.

2 Likes

Some ACME clients, such as Certbot and acme.sh, support automated DNS validation using DNS Made Easy’s API.

Let’s Encrypt certificates expire after 90 days; relying on manual validation and renewal is difficult and error-prone.

https://certbot-dns-dnsmadeeasy.readthedocs.io/en/stable/

1 Like

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