Skip to content

Commit

Permalink
docs: add code snippet for admin cert modification (#257)
Browse files Browse the repository at this point in the history
Signed-off-by: ankitm123 <[email protected]>
  • Loading branch information
ankitm123 authored Jul 5, 2021
1 parent ae60298 commit 8e0dc1e
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,13 +120,18 @@ In this guide, we assume that you've already started test network by following [
- DISCOVERY_AS_LOCALHOST=false
```
* Edit path to admin certificate and secret key in the connection profile (test-network.json). You need to specify with the absolute path on Explorer container.
* Edit path to admin certificate and secret (private) key in the connection profile (test-network.json). You need to specify with the absolute path on Explorer container.
```json
"organizations": {
"Org1MSP": {
"adminPrivateKey": {
"path": "/tmp/crypto/peerOrganizations/org1.example.com/users/[email protected]/msp/keystore/priv_sk"
...
...
"signedCert": {
"path": "/tmp/crypto/peerOrganizations/org1.example.com/users/[email protected]/msp/signcerts/[email protected]"
}
```
## Start container services
Expand Down

0 comments on commit 8e0dc1e

Please sign in to comment.