ods-enforcer - OpenDNSSEC enforcer Engine client
ods-enforcer help | start | stop | reload | running
ods-enforcer queue | flush | signconf | enforce | verbosity
<number>
ods-enforcer update conf | repositorylist | all
ods-enforcer policy list | export | import | purge | resalt
ods-enforcer zone list | add | delete | set-policy
ods-enforcer zonelist export | import
ods-enforcer key list | export | import | ds-submit | ds-seen |
ds-retract | ds-gone | generate | purge | rollover
ods-enforcer backup list | prepare | commit | rollback
ods-enforcer rollover list
ods-enforcer repository list
ods-enforcer help [COMMAND]
ods-enforcer is part of the OpenDNSSEC software. With this tool,
you can send commands to the enforcer engine daemon. ods-enforcer manages
the operation of the KASP Enforcer, which is the part of OpenDNSSEC that
triggers key generation and signing operations on domains based on policies
with user-defined timing and security requirements. Among the functions of
ods-enforcer are key management, import to the zone list and manually
rolling keys to recover from exceptional situations like key loss. The
following sections discuss the subcommands.
For more information, go to http://www.opendnssec.org and
visit the Documentation page.
- help
- Show a brief list of commands.
- start
- Start the engine and the process.
- stop
- Stop the engine and terminate the process.
- reload
- Reload the engine.
- running
- Return acknowledgment that the engine is running.
- verbosity
- Set verbosity to the given number.
- queue
- queue shows all scheduled tasks with their time of the earliest
executions, as well as all tasks currently being processed.
- flush
- Execute all scheduled tasks immediately.
- enforce
- Force the enforcer to run once for every zone.
- signconf
- Force write of signer configuration files for all zones.
- update
conf
- Update the configuration from conf.xml and reload the enforcer.
- update repository
list
- List repositories.
- update
all
- Perform policy import, zonelist import, and update repository list.
- /etc/opendnssec/conf.xml
- The main configuration file for OpenDNSSEC.
- /etc/opendnssec/zonelist.xml
- The list of zones as defined in conf.xml. This list is used during
'zonelist import'.
- /etc/opendnssec/kasp.xml
- The configuration of policies that define timing and security, as defined
in conf.xml.
- /var/opendnssec/unsigned/
- The location that is usually configured in conf.xml which contains
unsigned zones.
- /var/opendnssec/signed/
- The location that is usually configured in conf.xml which contains signed
zones.
will log all the problems via stderr.
ods-control(8), ods-enforcerd(8), ods-signerd(8), ods-signer(8),
ods-kasp(5), ods-kaspcheck(1), ods-timing(5), ods-hsmspeed(1),
ods-hsmutil(1), opendnssec(7), http://www.opendnssec.org/
ods-enforcer was written by NLnet Labs as part of the
OpenDNSSEC project.