Skip to content

Should provide flag for using system TLS certs #190

@torkelrogstad

Description

@torkelrogstad

I have a LND node running behind TLS that's accepted by my system without having to specify a custom TLS cert path. This is currently very hard to use with Faraday out of the box. I got it to work by commenting out line 77 in faraday.go, and adding SystemCert: true to the lndclient.LndServicesConfig struct.

TLSPath: config.Lnd.TLSCertPath,

It would be a good idea to expose this functionality through CLI flags.

Metadata

Metadata

Assignees

No one assigned

    Labels

    freebieSelf-contained quick-win; anyone on the team can pick this up without extensive context.

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions