Skip to content

Commit 458ba7d

Browse files
committed
README: mention TLS
1 parent dc99df0 commit 458ba7d

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -333,6 +333,18 @@ pending swaps after a restart.
333333
Information about pending swaps is stored persistently in the swap database.
334334
Its location is `~/.loopd/<network>/loop.db`.
335335

336+
## Transport security
337+
338+
The gRPC and REST connections of `loopd` are encrypted with TLS the same way
339+
`lnd` is.
340+
341+
If no custom loop directory is set then the TLS certificate is stored in
342+
`~/.loopd/<network>/tls.cert`.
343+
344+
The `loop` command will pick up the file automatically on mainnet if no custom
345+
loop directory is used. For other networks it should be sufficient to add the
346+
`--network` flag to tell the CLI in what sub directory to look for the files.
347+
336348
## Multiple Simultaneous Swaps
337349

338350
It is possible to execute multiple swaps simultaneously. Just keep loopd

0 commit comments

Comments
 (0)