Skip to content

Commit 819a275

Browse files
committed
docs: add code snippet for admin cert modification
Signed-off-by: ankitm123 <[email protected]>
1 parent fef5460 commit 819a275

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,13 +120,18 @@ In this guide, we assume that you've already started test network by following [
120120
- DISCOVERY_AS_LOCALHOST=false
121121
```
122122
123-
* 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.
123+
* 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.
124124
125125
```json
126126
"organizations": {
127127
"Org1MSP": {
128128
"adminPrivateKey": {
129129
"path": "/tmp/crypto/peerOrganizations/org1.example.com/users/[email protected]/msp/keystore/priv_sk"
130+
...
131+
...
132+
"signedCert": {
133+
"path": "/tmp/crypto/peerOrganizations/org1.example.com/users/[email protected]/msp/signcerts/[email protected]"
134+
}
130135
```
131136
132137
## Start container services

0 commit comments

Comments
 (0)