View Public Key in Domain Key for a Domain
Posted
by
Josh
on Server Fault
See other posts from Server Fault
or by Josh
Published on 2010-08-24T20:28:51Z
Indexed on
2011/07/01
8:24 UTC
Read the original article
Hit count: 265
nslookup
Using Jeff's blog post I'm creating domain keys for my account. I wanted to verify the setup using Get or Host command with Bind for Windows but I'm lost one of the commands. I can see view the _domainkey. txt file with this command:
host -t txt _domainkey.stackoverflow.com
but I'm at a loss at how I'd find the selector record. Jeff points out it can be anything before the before the period in "._domainkey.domain.com" but how would I list all records if I didn't know the exact query name? Is there a wildcard I could use to view all TXT or all records under this section?
© Server Fault or respective owner