mirror of
https://github.com/isc-projects/bind9.git
synced 2026-02-26 11:32:01 -05:00
4349. [contrib] kasp2policy: A python script to create a DNSSEC
policy file from an OpenDNSSEC KASP XML file.
4348. [func] dnssec-keymgr: A new python-based DNSSEC key
management utility, which reads a policy definition
file and can create or update DNSSEC keys as needed
to ensure that a zone's keys match policy, roll over
correctly on schedule, etc. Thanks to Sebastian
Castro for assistance in development. [RT #39211]
9 lines
109 B
Text
9 lines
109 B
Text
kargs="-c policy.conf"
|
|
kmatch=""
|
|
kret=0
|
|
cargs="-d 1w -m 2w example.com"
|
|
cmatch=""
|
|
cret=0
|
|
warn=0
|
|
error=0
|
|
ok=4
|