Browse Source

Merge pull request #7 from funyug/fix-windows-lnd-cert-readme

Fix Added location to lnd tls certificate file for windows
renovate/lint-staged-8.x
jackmallers 7 years ago
committed by GitHub
parent
commit
96736fd13c
  1. 2
      README.md

2
README.md

@ -36,7 +36,7 @@ After the repo is cloned, paste the path to your cert in app/lnd/config/index.js
// Cert will be located depending on your machine
// Mac OS X: /Users/{your_user_name}/Library/Application Support/Lnd/tls.cert
// Linux: ~/.lnd/tls.cert
// Windows: TODO find out where cert is located for windows machine
// Windows: C:\Users\{your_user_name}\AppData\Local\Lnd\tls.cert
export default {
...,
cert: '/path/to/cert/tls.cert'

Loading…
Cancel
Save