Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 619 Bytes

CONFIG-HTTPS-HLEXPLORER.md

File metadata and controls

16 lines (10 loc) · 619 Bytes

Configure HTTPS to Hyperledger Explorer

Configure appconfig.json

  • Edit file blockchain-explorer/appconfig.json
  • Update config options
    • sslEnabled : true | false, to enable, or disable HTTPS.
    • sslCertsPath: "ssl-certs", by default it is in root of the project.
    • if sslEnabled is set to true, run $./keygenerator.sh to generate key, and certificate for HTTPS.

** NOTE:

  • The self-signed root certificate generated by ./keygenerator.sh script, has not been verified by a third party.