Commit bb4decc
committed
docs: fix missing --tlsRootCertFiles in CLI examples
The wrapper postscript examples for 'peer chaincode invoke'
and 'peer lifecycle chaincode commit' were missing the
--tlsRootCertFiles flag when --peerAddresses was used in a
TLS-enabled network. Without this flag, both commands would
fail to connect to peers when TLS is enabled.
Updated examples to pair --tlsRootCertFiles with each
--peerAddresses entry, consistent with the pattern used in
docs/source/endorsement-policies.rst and other tutorials.
Signed-off-by: mishalshanavas <mishalshanavas8@gmail.com>1 parent 8e8b3a5 commit bb4decc
3 files changed
Lines changed: 7 additions & 3 deletions
File tree
- docs
- source/commands
- wrappers
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
151 | 151 | | |
152 | 152 | | |
153 | 153 | | |
154 | | - | |
| 154 | + | |
| 155 | + | |
| 156 | + | |
155 | 157 | | |
156 | 158 | | |
157 | 159 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
14 | 16 | | |
15 | 17 | | |
16 | 18 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
443 | 443 | | |
444 | 444 | | |
445 | 445 | | |
446 | | - | |
| 446 | + | |
447 | 447 | | |
448 | 448 | | |
449 | 449 | | |
| |||
0 commit comments