mably / lncli-web

Light-weight web client for the lnd daemon written in NodeJS / Angular.
https://github.com/lightningnetwork/lnd
GNU Affero General Public License v3.0
184 stars 58 forks source link

lncli-web_directory #173

Open ghost opened 6 years ago

ghost commented 6 years ago

The instructions say "Copy generated certificate file into lncli-web directory, cp tls.cert [lncli-web_directory]/lnd.cert"

But does not say where the lncli-web_directory is located. I have copied the cert to lncli-web/public and it did not work.

I get the following output:

Macaroon support is enabled. Macaroon path is /home/gdb/lncli-web/config/../admin.macaroon error: Required lnd certificate path missing from application configuration.

mably commented 6 years ago

The lncli-web directory should be the one where you have run your npm install and gulp bundlescommands.