fablo icon indicating copy to clipboard operation
fablo copied to clipboard

Support dev mode with TLS

Open dzikowski opened this issue 6 months ago • 0 comments

To be checked if it is sufficient to provide TLS envs for the chaincode, like here:

https://hyperledger-fabric.readthedocs.io/en/release-2.2/cc_service.html

If TLS is enabled, the following additional options are required:

  • CORE_CHAINCODE_TLS_CERT_FILE (–chaincode-tls-cert-file): path to a certificate
  • CORE_CHAINCODE_TLS_KEY_FILE (–chaincode-tls-key-file): path to a private key

dzikowski avatar Jul 11 '25 14:07 dzikowski