Kixunil / tonic_lnd

Rust implementation of LND RPC client using async GRPC library `tonic`
31 stars 44 forks source link

Make tls.cert optional in `fn connect` #24

Open DanGould opened 1 year ago

DanGould commented 1 year ago

If the node is reachable from a certificate authority signed cert, then it's already in the root store and trusted. That's the case for https://voltage.cloud. It would be convenient to forego manual certificate configuration with rotating certs.

Kixunil commented 1 year ago

Yeah, I think I had such requests already. Since PKI relies on centralized authorities I'm not motivated to do it myself but would accept a reasonable PR.