From 9739f3fb25463308355ff6ef1097caec601f2154 Mon Sep 17 00:00:00 2001 From: Darosior Date: Fri, 17 Jan 2020 04:12:12 +0100 Subject: [PATCH] LN store config: fix a typo (#1285) --- BTCPayServer/Views/Stores/AddLightningNode.cshtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BTCPayServer/Views/Stores/AddLightningNode.cshtml b/BTCPayServer/Views/Stores/AddLightningNode.cshtml index 0a088380b..86b5e052c 100644 --- a/BTCPayServer/Views/Stores/AddLightningNode.cshtml +++ b/BTCPayServer/Views/Stores/AddLightningNode.cshtml @@ -67,7 +67,7 @@

Note that the certthumbprint to connect to your LND node can be obtained through this command line:

openssl x509 -noout -fingerprint -sha256 -inform pem -in /root/.lnd/tls.cert | sed -e 's/.*=//' -e 's/://g'

-

You can omit certthumbprint if you the certificate is trusted by your machine

+

You can omit certthumbprint if the certificate is trusted by your machine

You can set allowinsecure to true if your LND REST server is using HTTP or HTTPS with an untrusted certificate which you don't know the certthumbprint