...
Code Block |
---|
|
ods-signer
cmd> help
Commands:
zones Show the currently known zones
sign <zone> [--serial <nr>] Read zone and schedule zone for immediate (re-)signing.
If a serial is given, that serial is used in the output zone.
sign --all Read all zones and schedule all for immediate (re-)signing.
clear <zone> Delete the internal storage of this zone.
All signatures will be regenerated on the next re-sign.
queue Show the current task queue.
flush Execute all scheduled tasks immediately.
update <zone> Update this zone signer configurations.
update [--all] Update zone list and all signer configurations.
start Start the engine.
running Check if the engine is running.
reload Reload the engine.
stop Stop the engine.
verbosity <nr> Set verbosity.
|
Notes:
- When a using a 'File' input adaptor and the zone file is manually updated the user must manually issue the command for the signer to re-sign the zone 'ods-signer sign <zone>'
- The verbosity level controls the level of logging, 0 will disable logging and 3 (default level) will provide informational log messages. You can set it higher to get debug log messages.
The same commands can be passed as command line arguments in your unix shell.
...