We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d1621af + 9abf17a commit d1b622aCopy full SHA for d1b622a
fabric-chaincode-shim/src/main/java/org/hyperledger/fabric/shim/ChaincodeBase.java
@@ -539,7 +539,7 @@ public final ChaincodeServerProperties getChaincodeServerConfig() throws URISynt
539
540
// set values on the server properties
541
chaincodeServerProperties.setTlsEnabled(true);
542
- chaincodeServerProperties.setKeyFile(this.tlsClientCertFile);
+ chaincodeServerProperties.setKeyFile(this.tlsClientKeyFile);
543
chaincodeServerProperties.setKeyCertChainFile(this.tlsClientCertFile);
544
}
545
return chaincodeServerProperties;
0 commit comments