- gost
- ecdsa256
- ecdsa384
+- ed25519
+- ed448
activate-zone-key *ZONE* *KEY-ID*
Activate a key with id *KEY-ID* within a zone called *ZONE*.
Generate a ZSK or KSK to stdout with specified algorithm and bits
and print it on STDOUT. If *ALGORITHM* is not set, RSASHA512 is
used. If *KEYBITS* is not set, an appropriate keysize is selected
- for *ALGORITHM*.
+ for *ALGORITHM*. Each ECC-based algorithm supports only one valid
+ *KEYBITS* value: For GOST, ECDSA256, and ED25519, it is 256; for
+ ECDSA384, it is 384; and for ED448, it is 456.
import-zone-key *ZONE* *FILE* {**KSK**,\ **ZSK**}
Import from *FILE* a full (private) key for zone called *ZONE*. The
format used is compatible with BIND and NSD/LDNS. **KSK** or **ZSK**