User Tools

Site Tools


os:linux:bind_to_powerdns

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
os:linux:bind_to_powerdns [2020-09-28 18:42] – created Manuel Freios:linux:bind_to_powerdns [2020-09-28 18:53] (current) Manuel Frei
Line 1: Line 1:
 ====== Bind to PowerDNS ====== ====== Bind to PowerDNS ======
  
 +===== Import Zone Files =====
  
 +<code>
 +pdnsutil import-zone example.com db.example.com
 +</code>
  
 +===== Import DNSSEC Keys =====
  
 +See the official documentation for more information: [[https://doc.powerdns.com/authoritative/dnssec/migration.html|Migrating (Signed) Zones to PowerDNS]]
 +
 +<code>
 +pdnsutil import-zone-key example.com Kexample.com.+014+03070.private ksk
 +</code>
 +
 +<code>
 +pdnsutil import-zone-key example.com Kexample.com.+014+22663.private zsk
 +</code>
 +
 +I didn't know about this keys anymore. I found them under /etc/bind/keys. I found the description in the content of the *.key files.
 +<code ->
 +root@dnsserver:/etc/bind/keys# head -n 1 *.key
 +==> Kexample.com.+014+03070.key <==
 +; This is a key-signing key, keyid 3070, for example.com.
 +
 +==> Kexample.com.+014+22663.key <==
 +; This is a zone-signing key, keyid 22663, for example.com.
 +</code>
os/linux/bind_to_powerdns.1601311332.txt.gz · Last modified: 2020-09-28 18:42 by Manuel Frei