`keymgr zone ds` should use all KSK when no keyid is given
This behavior is really annoying:
# keymgr zone key ds a.0.0.0.3.1.1.0.1.0.0.c.0.f.5.0.1.0.a.2.ip6.arpa.
Name of zone and key have to be specified
Then you must do:
# keymgr zone key list a.0.0.0.3.1.1.0.1.0.0.c.0.f.5.0.1.0.a.2.ip6.arpa.
- 5b06c22174d4a95a1d3601040b8fe7d78a5ae9ec 35894
- 1645e09d716e0834c97e7c1c0d676530ccbe5f9b 54374
and then iterate through all keys to see which one is KSK...
To make it just usable the command: keymgr zone key ds a.0.0.0.3.1.1.0.1.0.0.c.0.f.5.0.1.0.a.2.ip6.arpa.
should print DS records for all KSKs in the zone.