Add your Work References TXT record in a few minutes
Work References anchors your identity to your domain. When you generate an Ed25519 key pair, your public key needs to be published as a DNS TXT record so that anyone verifying a reference can confirm it genuinely came from your domain.
Without the DNS record, references will still have valid cryptographic signatures, but verification will show "Silver" status instead of "Gold". Adding the record upgrades all your references to full Gold verification.
You need to add a single TXT record with these details. Your exact values are shown on the Key Generator page after you generate a key pair.
REF1._workreferencesMost registrars append your domain automatically. Only enter the part above.
TXTv=workreferences1; k=ed25519; p=YOUR_PUBLIC_KEY_HEREReplace YOUR_PUBLIC_KEY_HERE with your actual base64 public key from the Key Generator.
Select your domain registrar for specific instructions.
DNS changes typically propagate within 15 minutes to 2 hours. In rare cases it can take up to 48 hours. You can check your record using the "Check DNS" button on the Key Generator page.
REF1._workreferences, not REF1._workreferences.yourdomain.com.You can check whether your record has propagated using the command line:
# macOS / Linux
dig TXT REF1._workreferences.yourdomain.com
# Windows
nslookup -type=TXT REF1._workreferences.yourdomain.com
You should see your v=workreferences1 value in the response. If it is not there yet, wait a bit longer and try again.
If your references are verified as Silver rather than Gold, DNS has either not propagated yet or the record value does not match your public key. Double-check the value you entered and try the manual verification above. You can also use the "Check DNS" button on the Key Generator page. If the record looks correct, wait an hour and try again.
Ready to sign your first reference?