Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
obermeier authored Dec 14, 2023
1 parent 6ab9373 commit 71d8b03
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tools/wallet-creator/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,7 @@ kubectl exec --stdin --tty $PEER_POD -c scray-peer-cli -- /bin/sh
CA_CERT=/mnt/conf/organizations/peerOrganizations/$HOSTNAME/ca/ca.*.pem
CA_KEY=/mnt/conf/organizations/peerOrganizations/$HOSTNAME/ca/priv_sk
/mnt/tools/wallet-creator/cert-creator.sh pull_csr --common-name $WALLET_COMMON_NAME --shared-fs-host $DATA_SHARE
/mnt/tools/wallet-creator/cert-creator.sh sign_csr --common-name $WALLET_COMMON_NAME --cacert $CA_CERT --cakey $CA_KEY --shared-fs-host $DATA_SHARE
```
/mnt/tools/wallet-creator/cert-creator.sh sign_csr --common-name $WALLET_COMMON_NAME --cacert $CA_CERT --cakey $CA_KEY --shared-fs-host $DATA_SHARE```
* ``/mnt/tools/wallet-creator/cert-creator.sh push_crt --common-name $WALLET_COMMON_NAME --shared-fs-host $DATA_SHARE``
* GOTO [App side](#app-side)

0 comments on commit 71d8b03

Please sign in to comment.