Skip to content

Commit

Permalink
The operational certificate issue counter was named "delegate-opcert{…
Browse files Browse the repository at this point in the history
…1,2}.counter" earlier in the tutorial.
  • Loading branch information
lmbruder authored and Jimbo4350 committed Mar 2, 2021
1 parent 89a45e7 commit 5fafd3d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/reference/shelley-genesis.md
Original file line number Diff line number Diff line change
Expand Up @@ -995,14 +995,14 @@ using use the genesis delegate keys we created earlier.
$ cardano-cli node issue-op-cert \
--kes-verification-key-file example/node1/kes.vkey \
--cold-signing-key-file example/delegate-keys/delegate1.skey \
--operational-certificate-issue-counter example/delegate-keys/delegate1.counter \
--operational-certificate-issue-counter example/delegate-keys/delegate-opcert1.counter \
--kes-period 0 \
--out-file example/node1/cert
$ cardano-cli node issue-op-cert \
--kes-verification-key-file example/node2/kes.vkey \
--cold-signing-key-file example/delegate-keys/delegate2.skey \
--operational-certificate-issue-counter example/delegate-keys/delegate2.counter \
--operational-certificate-issue-counter example/delegate-keys/delegate-opcert2.counter \
--kes-period 0 \
--out-file example/node2/cert
```
Expand Down

0 comments on commit 5fafd3d

Please sign in to comment.