Commit 9abf17a
committed
Fix TLS setup for chaincode server
There was a typo which copied certificate file path into the TLS private
key file property. This commit fixes the issue.
Change-Id: I41e4d3ecbf48a465b7a42fdfecc21cdb90ce8f1f
Signed-off-by: Artem Barger <[email protected]>1 parent d1621af commit 9abf17a
File tree
1 file changed
+1
-1
lines changed- fabric-chaincode-shim/src/main/java/org/hyperledger/fabric/shim
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
539 | 539 | | |
540 | 540 | | |
541 | 541 | | |
542 | | - | |
| 542 | + | |
543 | 543 | | |
544 | 544 | | |
545 | 545 | | |
| |||
0 commit comments