Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Should provide flag for using system TLS certs #190

Open
torkelrogstad opened this issue Jun 25, 2024 · 0 comments
Open

Should provide flag for using system TLS certs #190

torkelrogstad opened this issue Jun 25, 2024 · 0 comments

Comments

@torkelrogstad
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant