Issue a nodo operational certificate
–kes-verification-key-file: command not found
–cold-signing-key-file: command not found
–operational-certificate-issue-counter: command not found
–kes-period: command not found
–out-file: command not found
Are you sure there’s a '' at the end of each line but the last in the command? Because it looks like it is interpreting all the lines as separate commands. You can also try to put everything on one line (with a space before each double dash of course), omit the \ then.
It seems there might be an error in the transcription on the forum. I’m running the command with two dashes (–) and a backslash () at the end of each line. I also tried running the command in a single line: ardano-cli node issue-op-cert kes-verification-key-file kes.vkey cold-signing-key-file $HOME/cold-keys/node.skey operational-certificate-issue-counter $HOME/cold-keys/node.counter kes-period 935 out-file node.cert However, the error persists. The version of `cardano-cli is 8.7.0.0 (ghc-8.10) and cardano-node is 8.7.2 (ghc-8.10).