sample-lnd.conf: change letsencryptport to letsencryptlisten
This commit is contained in:
parent
00cb6fcc5d
commit
d33ddffca4
@ -53,12 +53,13 @@
|
|||||||
; Sets the directory to store Let's Encrypt certificates within
|
; Sets the directory to store Let's Encrypt certificates within
|
||||||
; letsencryptdir=~/.lnd/letsencrypt
|
; 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
|
; 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
|
; 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
|
; a different port to be used, but must be used in combination with port
|
||||||
; forwarding from port 80.
|
; forwarding from port 80. This configuration can also be used to specify
|
||||||
; letsencryptport=8080
|
; 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
|
; 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.
|
; is only requested and stored when the first rpc connection comes in.
|
||||||
|
Loading…
Reference in New Issue
Block a user