From e79bb2a3bd652ec5fd528b68ff712178035a4604 Mon Sep 17 00:00:00 2001 From: Oliver Gugger Date: Wed, 9 Sep 2020 16:36:15 +0200 Subject: [PATCH] README: mention TLS --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index c7f68fb..38fca53 100644 --- a/README.md +++ b/README.md @@ -435,3 +435,14 @@ following command (assuming you have a local testnet `lnd` running): The current server is reachable at `clm.testnet.lightningcluster.com:12010`, this may change as the alpha version progresses. +## Transport security + +The gRPC and REST connections of `poold` are encrypted with TLS the same way +`lnd` is. + +If no custom base directory is set then the TLS certificate is stored in +`~/.pool//tls.cert`. + +The `pool` command will pick up the file automatically on mainnet if no custom +base directory is used. For other networks it should be sufficient to add the +`--network` flag to tell the CLI in what sub directory to look for the files.