...
Zones can be added and removed at will. If the optional parameters are not given, then it will default to the policy default and assume 'File' adaptors for both input and output with the (un)signed zones located in the {prefix}/var/opendnssec/ subdirectories. More details can be found on the zone add command here: ods-ksmutl zone add
Code Block |
---|
ods-ksmutil zone add --zone example.com [--policy <policy> --signerconf <signerconf.xml> --input <input> --in-type <input type> --output <output> --out-type <output type>]
ods-ksmutil zone delete --zone example.com
|
...