mirror of
https://github.com/hyperledger/fabric-samples.git
synced 2026-06-17 15:35:09 +00:00
Update the name of the certificate. (#902)
Late 2022 it was discovered that when used via the CA, the certificate had a fixed named covention. cert.pem Signed-off-by: Matthew B White <whitemat@uk.ibm.com> Signed-off-by: Matthew B White <whitemat@uk.ibm.com>
This commit is contained in:
parent
1e6fe3b261
commit
a70547dd94
2 changed files with 2 additions and 2 deletions
|
|
@ -15,7 +15,7 @@ In a terminal window, navigate to the [applications/trader-typescript](../../app
|
|||
```bash
|
||||
export ENDPOINT=org1peer-api.127-0-0-1.nip.io:8080
|
||||
export MSP_ID=org1MSP
|
||||
export CERTIFICATE=../../_cfg/uf/_msp/org1/org1admin/msp/signcerts/org1admin.pem
|
||||
export CERTIFICATE=../../_cfg/uf/_msp/org1/org1admin/msp/signcerts/cert.pem
|
||||
export PRIVATE_KEY=../../_cfg/uf/_msp/org1/org1admin/msp/keystore/cert_sk
|
||||
```
|
||||
|
||||
|
|
|
|||
|
|
@ -47,7 +47,7 @@ sleep 5
|
|||
cd "${WORKSHOP_PATH}/applications/trader-typescript"
|
||||
export ENDPOINT=org1peer-api.127-0-0-1.nip.io:8080
|
||||
export MSP_ID=org1MSP
|
||||
export CERTIFICATE=../../_cfg/uf/_msp/org1/org1admin/msp/signcerts/org1admin.pem
|
||||
export CERTIFICATE=../../_cfg/uf/_msp/org1/org1admin/msp/signcerts/cert.pem
|
||||
export PRIVATE_KEY=../../_cfg/uf/_msp/org1/org1admin/msp/keystore/cert_sk
|
||||
npm install
|
||||
npm start getAllAssets
|
||||
|
|
|
|||
Loading…
Reference in a new issue