Generate Node KES Keys
cardano_node_key_gen_kesGenerate a KES key pair for a Cardano block-producing node by writing the verification and signing keys to specified output files.
Instructions
Generate KES (Key Evolving Signature) key pair for a block-producing node.
Args:
verification_key_file (string): Output path for the KES verification key
signing_key_file (string): Output path for the KES signing key
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| signing_key_file | Yes | Output path for the KES signing key | |
| verification_key_file | Yes | Output path for the KES verification key |