I want to rotate KES, I suppose this is the way.
When i type the command:
cd $NODE_HOME
cardano-cli query kes-period-info \
--${NODE_CONFIG} \
--op-cert-file node.cert
To determining counter value, i get:
Invalid option `--testnet'
Usage: cardano-cli query kes-period-info
[ --shelley-mode
| --byron-mode [--epoch-slots NATURAL]
| --cardano-mode [--epoch-slots NATURAL]
]
(--mainnet | --testnet-magic NATURAL)
--op-cert-file FILE
[--out-file FILE]
Get information about the current KES period and your node’s operational
certificate.
Anybody knows why , and what i should do different?
Best regards,