Skip to content
This repository was archived by the owner on Feb 5, 2026. It is now read-only.

Commit 8e0dc1e

Browse files
authored
docs: add code snippet for admin cert modification (#257)
Signed-off-by: ankitm123 <ankitmohapatra123@gmail.com>
1 parent ae60298 commit 8e0dc1e

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/Admin@org1.example.com/msp/keystore/priv_sk"
130+
...
131+
...
132+
"signedCert": {
133+
"path": "/tmp/crypto/peerOrganizations/org1.example.com/users/Admin@org1.example.com/msp/signcerts/Admin@org1.example.com-cert.pem"
134+
}
130135
```
131136
132137
## Start container services

0 commit comments

Comments
 (0)