File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed
Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -333,6 +333,18 @@ pending swaps after a restart.
333333Information about pending swaps is stored persistently in the swap database.
334334Its 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
338350It is possible to execute multiple swaps simultaneously. Just keep loopd
You can’t perform that action at this time.
0 commit comments