Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TXT record returns two values - doesn't seem that should be possible #353

Open
bbct opened this issue May 31, 2024 · 4 comments
Open

TXT record returns two values - doesn't seem that should be possible #353

bbct opened this issue May 31, 2024 · 4 comments

Comments

@bbct
Copy link

bbct commented May 31, 2024

My renewal was failing, the value returned for my TXT record didn't match.
I used nslookup to see what the value is.
Somehow I've managed to get 2 values stored for the same TXT record:

Non-authoritative answer:
90103513-A497-46F6-944e-32CDf9D25794.My.domain.COM text =

    "SqTGI30-hNDOzuDCCARZx8_ca8dbhCCJ45emjGEQTec"

90103513-A497-46F6-944e-32CDf9D25794.My.domain.COM text =

    "M4Js9Ps56wQZn5v6_j45LQLk4ZquUjfxsXiKfRx6gBI"

The second one is the correct one, the first one must be older? Should two TXT records even exist like this?
Question 1: any idea how I managed to do this?
Question 2: how do I delete the TXT records to start from scratch?

Disclosure - As I am testing this out first, I may have registered this same domain a second time under different credentials, perhaps that is why it is returning two values?.

Perhaps I should just start with a fresh db, and start over? I've registered only a couple domains. If I need to start over, what's the best way?

Thank you for any help you can provide.

@bbct
Copy link
Author

bbct commented May 31, 2024

FYI - using Sqlite3, I queried the txt table, there were two rows for each Subdomain. I deleted the oldest for each pair, and it seems to be working now.
Still not sure how I got two TXT records for each subdomain...

@aduzsardi
Copy link

afaik , that's the desired behaivor (having 2 txt records) for wildcard certificates

@bbct
Copy link
Author

bbct commented May 31, 2024

Interesting, aduzsardi. It wasn't actually a wildcard cert I requested, though. Just a single domain.

@joohoi
Copy link
Owner

joohoi commented May 31, 2024 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants