Node.cert issues "cardano-cli: command not found" Air Gapped computer

Hello,
I’m trying to generate my operational certificate for my pool and everything has went smoothly until I got to this part. can anyone assist???
Screenshot from 2021-08-10 10-27-49

The issue is the command I think

Try the step 9 from this guide

Hi, I have been working from that guide and when I try to generate the node.cert file it produces that output above

The correct sintax


cardano-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 <startKesPeriod> \
    --out-file node.cert

do you not have to put in your startKesPeriod number you got from your hot environment?

It’s just a template, add/edit the start kes period

it worked! thank you!

1 Like