Linux command
ods-enforcer 命令
文本
Copy it and replace filenames, paths, or keywords as needed.
命令示例
Setup database
ods-enforcer-db-setup
Add zone
ods-enforcer zone add --zone [example.com]
List zones
ods-enforcer zone list
Show key status
ods-enforcer key list --zone [example.com]
Force key rollover
ods-enforcer key rollover --zone [example.com]
Export DS records
ods-enforcer key ds --zone [example.com]
说明
ods-enforcer is the OpenDNSSEC key management component. It manages DNSSEC keys according to configured policies (KASP), handling key generation, publication, and rollover. The enforcer coordinates with the signer to maintain DNSSEC signatures.
参数
- zone add
- Add zone to management.
- zone delete
- Remove zone.
- zone list
- List managed zones.
- key list
- Show keys.
- key rollover
- Initiate key rollover.
- key ds
- Export DS records.
- policy list
- List signing policies.
FAQ
What is the ods-enforcer command used for?
ods-enforcer is the OpenDNSSEC key management component. It manages DNSSEC keys according to configured policies (KASP), handling key generation, publication, and rollover. The enforcer coordinates with the signer to maintain DNSSEC signatures.
How do I run a basic ods-enforcer example?
Run `ods-enforcer-db-setup` in a terminal, then adjust file names, paths, flags, or remote targets for your system.
What does zone add do in ods-enforcer?
Add zone to management.