Issue Node Operational Certificate
cardano_node_issue_op_certIssue an operational certificate for a block-producing Cardano node using KES verification and cold signing keys, op cert counter, and current KES period; saves to output file.
Instructions
Issue an operational certificate for a block-producing node.
Args:
kes_verification_key_file (string): Path to KES verification key file
cold_signing_key_file (string): Path to cold signing key file
operational_certificate_counter_file (string): Path to op cert counter file
kes_period (number): Current KES period
out_file (string): Output path for the operational certificate
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| out_file | Yes | Output path for the operational certificate | |
| kes_period | Yes | Current KES period | |
| cold_signing_key_file | Yes | Path to cold signing key file | |
| kes_verification_key_file | Yes | Path to KES verification key file | |
| operational_certificate_counter_file | Yes | Path to op cert counter file |