I have several domains that I would like to enable DNSSEC on. All of these domains are registered through Google Cloud Domains and they all utilize Cloud DNS. I have enabled DNSSEC on the zone but I am confused about activation. The documentation states that I must add a DS record for TLD with my registrar. Does this mean I simply need to add the DS record to my zone in Cloud DNS? Doing so doesn't seem to have any effect when doing a DNSSEC check.
Solved! Go to Solution.
Hi @zachpeele,
Given you have dnssec enabled in Cloud DNS, here is what you have to do:
what this will do is it will send the value to the TLD to install in the parent zone (ds record in the parent zone points to the dnskey record in yours (you won’t have to create this dnskey manually)). Keep in mind that the process of publishing of ds record will take a bit of time.
Hi @zachpeele,
Given you have dnssec enabled in Cloud DNS, here is what you have to do:
what this will do is it will send the value to the TLD to install in the parent zone (ds record in the parent zone points to the dnskey record in yours (you won’t have to create this dnskey manually)). Keep in mind that the process of publishing of ds record will take a bit of time.
Thanks so much! That was exactly what I needed.