hyperledger-labs / microfab

Microfab is a containerized Hyperledger Fabric runtime for use in development environments
Apache License 2.0
76 stars 22 forks source link

Initial TLS support (contributes to #43) #82

Closed sstone1 closed 3 years ago

sstone1 commented 3 years ago

Specify MICROFAB_CONFIG='{"port":8443,"tls":true}' to enable TLS.

The TLS certificates are currently automatically generated and self signed. A subsequent commit will allow you to specify the TLS certificates in the configuration.

The same TLS certificates are used for all components. If you think this is not suitable or safe, you should probably not be using this.

Signed-off-by: Simon Stone sstone1@uk.ibm.com