From d33ddffca44e4e5f95f46161439e1005f9607567 Mon Sep 17 00:00:00 2001 From: Oliver Gugger Date: Thu, 17 Sep 2020 12:31:01 +0200 Subject: [PATCH] sample-lnd.conf: change letsencryptport to letsencryptlisten --- sample-lnd.conf | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/sample-lnd.conf b/sample-lnd.conf index 2645dfe12..93533465e 100644 --- a/sample-lnd.conf +++ b/sample-lnd.conf @@ -53,12 +53,13 @@ ; Sets the directory to store Let's Encrypt certificates within ; letsencryptdir=~/.lnd/letsencrypt -; Sets the port on which lnd will listen for Let's Encrypt challenges. Let's +; The IP:port on which lnd will listen for Let's Encrypt challenges. Let's ; Encrypt will always try to contact on port 80. Often non-root processes are ; not allowed to bind to ports lower than 1024. This configuration option allows ; a different port to be used, but must be used in combination with port -; forwarding from port 80. -; letsencryptport=8080 +; forwarding from port 80. This configuration can also be used to specify +; another IP address to listen on, for example an IPv6 address. +; letsencryptlisten=localhost:8080 ; Request a Let's Encrypt certificate for this domain. Note that the certicate ; is only requested and stored when the first rpc connection comes in.