From 8e0dc1ec46a8dd67901d5884f075283392d77f55 Mon Sep 17 00:00:00 2001 From: ankitm123 Date: Sun, 4 Jul 2021 20:44:46 -0400 Subject: [PATCH] docs: add code snippet for admin cert modification (#257) Signed-off-by: ankitm123 --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0f906acc3..2383da291 100644 --- a/README.md +++ b/README.md @@ -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/Admin@org1.example.com/msp/keystore/priv_sk" + ... + ... + "signedCert": { + "path": "/tmp/crypto/peerOrganizations/org1.example.com/users/Admin@org1.example.com/msp/signcerts/Admin@org1.example.com-cert.pem" + } ``` ## Start container services