Generate Node Cold Keys
cardano_node_key_genGenerate a Cardano node cold key pair and operational certificate counter file. Provide output paths for the cold verification key, cold signing key, and op cert counter.
Instructions
Generate node cold key pair and operational certificate counter.
Args:
cold_verification_key_file (string): Output path for the cold verification key
cold_signing_key_file (string): Output path for the cold signing key
operational_certificate_counter_file (string): Output path for the op cert counter
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cold_signing_key_file | Yes | Output path for the cold signing key | |
| cold_verification_key_file | Yes | Output path for the cold verification key | |
| operational_certificate_counter_file | Yes | Output path for the op cert counter |