bumi / lnrpc

a gRPC client for the Lightning Network Daemin (LND) packed as rubygem
MIT License
18 stars 6 forks source link

Add support for system/default certs/credentials #5

Closed bumi closed 5 years ago

bumi commented 5 years ago

When nil is passed as credentials or the default credentials can not be found grpc falls back to the system certs. This option can be used if a "trusted" certs (e.g. from lets encrypt) is installed.