]> mj.ucw.cz Git - nsc-5.git/commit
DNSSEC: Signing of reverse zones
authorMartin Mares <mj@ucw.cz>
Wed, 30 Jan 2019 12:04:29 +0000 (13:04 +0100)
committerMartin Mares <mj@ucw.cz>
Wed, 30 Jan 2019 12:08:53 +0000 (13:08 +0100)
commit01d87a6fdf13de165ec6b2bfc48827e4ee5f60a4
treeca7ab4c516406c1da081922328d2e1a69626f72c
parent4747a6361fffeef84a5fdddf336bf7b6200a4991
DNSSEC: Signing of reverse zones

Unlike primary and secondary zones, file names of reverse zones
and their configurations are different from full domain names.
So far, we ignored this difference when handling keys.

From this point on, key files are named after the configuration files
and key-gen is able to synthesize the full domain name by interpreting
the configuration. In bin/genzone, we extract the domain name from
$ORIGIN in the raw zone file.
TODO
bin/genzone
bin/key-gen
cf.dist/domains
m4/mkname.m4 [new file with mode: 0644]