{"id":120,"date":"2016-12-28T15:46:16","date_gmt":"2016-12-28T13:46:16","guid":{"rendered":"https:\/\/serverstuff.info\/wordpress\/?p=120"},"modified":"2016-12-28T15:46:16","modified_gmt":"2016-12-28T13:46:16","slug":"signing-dns-isc-bind-named-zone-dnssec","status":"publish","type":"post","link":"https:\/\/serverstuff.info\/wordpress\/2016\/12\/28\/signing-dns-isc-bind-named-zone-dnssec\/","title":{"rendered":"Signing a DNS ISC bind \/ named zone for DNSSEC"},"content":{"rendered":"<p>So, recently I had to update some stuff in my zone and I kept wondering why they weren&#8217;t picked up on the internet.<br \/>\nI just remembered that I have DNSSEC enabled. So I need to do something .. not just change the .zone file.<\/p>\n<p>The line needed to regenerate the .signed zone based on my clear text zone is:<\/p>\n<p><code><br \/>\ndnssec-signzone -A -3 $(head -c 1000 \/dev\/urandom | sha1sum | cut -b 1-16) -N INCREMENT -o asandu.eu -t asandu.eu.zone<br \/>\n<\/code><\/p>\n<p>I should probably get the time to make a post on how to actually generate the signing keys and stuff.<br \/>\nBasically, I have my KSK ( Key signing key ) and ZSK ( Zone signing key ) public and private key in the zone dir with the right permissions. The above overwrites the old signed zone.<\/p>\n<p>A nice tutorial I&#8217;ve used is <a href=\"https:\/\/www.digitalocean.com\/community\/tutorials\/how-to-setup-dnssec-on-an-authoritative-bind-dns-server--2\" target=\"_blank\">How To Setup DNSSEC on an Authoritative BIND DNS Server<\/a><\/p>\n","protected":false},"excerpt":{"rendered":"<p>So, recently I had to update some stuff in my zone and I kept wondering why they weren&#8217;t picked up on the internet. I just remembered that I have DNSSEC enabled. So I need to do something .. not just change the .zone file. The line needed to regenerate the .signed zone based on my &hellip; <a href=\"https:\/\/serverstuff.info\/wordpress\/2016\/12\/28\/signing-dns-isc-bind-named-zone-dnssec\/\" class=\"more-link\">Continue reading <span class=\"screen-reader-text\">Signing a DNS ISC bind \/ named zone for DNSSEC<\/span> <span class=\"meta-nav\">&rarr;<\/span><\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1],"tags":[],"class_list":["post-120","post","type-post","status-publish","format-standard","hentry","category-uncategorized"],"_links":{"self":[{"href":"https:\/\/serverstuff.info\/wordpress\/wp-json\/wp\/v2\/posts\/120","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/serverstuff.info\/wordpress\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/serverstuff.info\/wordpress\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/serverstuff.info\/wordpress\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/serverstuff.info\/wordpress\/wp-json\/wp\/v2\/comments?post=120"}],"version-history":[{"count":1,"href":"https:\/\/serverstuff.info\/wordpress\/wp-json\/wp\/v2\/posts\/120\/revisions"}],"predecessor-version":[{"id":121,"href":"https:\/\/serverstuff.info\/wordpress\/wp-json\/wp\/v2\/posts\/120\/revisions\/121"}],"wp:attachment":[{"href":"https:\/\/serverstuff.info\/wordpress\/wp-json\/wp\/v2\/media?parent=120"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/serverstuff.info\/wordpress\/wp-json\/wp\/v2\/categories?post=120"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/serverstuff.info\/wordpress\/wp-json\/wp\/v2\/tags?post=120"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}