Get DNSSEC Record for Google Cloud DNS
Why
When configuring DNSSEC for a domain on Google CLoud DNS, you need the DNSSEC Record to enable signing
How
Get the Zone
You will get an output like the below, we want toe key_signing
one, so 0
Get the ds_record
gcloud dns dns-keys describe -zone breadnet --project=breadnet-dns 0 \
--format "value(ds_record())"
You will get an output like the below
What does the output mean?
* - - - - - - - - - - - - - - Key tag
| * - - - - - - - - - - - - Algorithm
| | * - - - - - - - - - - - Digest Type
| | | * - - - - Digest (Hexadecimal)
| | | |
44300 8 2 92966cefacccd85b3bf00fcbcc4318b5f97a27889489b8e89b5bd56f83066ddb
Want to make this site better? Open a PR or help fund hosting costs