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 60da99e + 799b33a commit f96749bCopy full SHA for f96749b
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