I'm trying to add a secondary dns to my dedicated ovh server.
From the control panel, it says that i need to create first a txt dns record with value xxxxx
and subdomain ownercheck
and then continue with wizard.
I've created the txt record using opendkim
in this way:
opendkim-genkey -t -s xxxxxxxx -d ownercheck.mydomain.com
it generates me the .key and .txt
into .txt there is something like:
xxxxxxxx._domainkey IN TXT ( "v=DKIM1; k=rsa; t=y; "
"p=LONGKEY" ) ; ----- DKIM key xxxxxxxx for ownercheck.mydomain.com
I've edited this changing in:
"v=xxxxxxxx;p=LONGKEY"
and added as txt domain and i continue wizard, but unfortunately, ovh says me:
First we need to verify you are the owner of this domain. To do so, please add a TXT field on your DNS zone for the domain mydomain.com, with the subdomain 'ownercheck' and the following value: 'xxxxxxxx'. Once done and your zone reloaded, try again (you don't need to wait for DNS propagation).
Where I'm wrong?