Generate KES Key Pair
cardano_stake_pool_kes_key_genGenerate a KES key pair for a Cardano stake pool by specifying verification and signing key output paths.
Instructions
Generate a KES (Key Evolving Signature) key pair for a stake pool.
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 |