Closed yiyuandao closed 4 years ago
Thanks for the report. I think we have fixed the bug by now. We forgot to use the zone argument in the zone parsing process.
I also added your second suggestion: If a parsed RR has a name from a zone different than -z (or SOA), it should log the problem and abort.
Hi,
I had tested the hsm-tools in Yeti Project, but got only DNSKEY RRSIGs signed.
zone: example.com
log:
example.com.signed.1 content:
Finally I found that there is no $ORIGIN include in zone file, hsm-tools can't get the exactly domain name.
After I added the $ORIGIN example.com., i got the whole signed zone.
my suggestions: