]> mj.ucw.cz Git - nsc-5.git/commitdiff
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)
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.


No differences found