Issue Operational Certificate
cardano_stake_pool_issue_op_certIssue an operational certificate for a Cardano stake pool using KES and cold signing keys, a counter file, and the current KES period to produce the required op cert.
Instructions
Issue an operational certificate for a stake pool.
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 |