docs: Add tlsextraip + tlsextradomain to sample config (#1665)
This commit is contained in:
parent
7a113d469b
commit
fab1aa2d49
@ -24,6 +24,14 @@
|
|||||||
; Path to TLS private key for lnd's RPC and REST services.
|
; Path to TLS private key for lnd's RPC and REST services.
|
||||||
; tlskeypath=~/.lnd/tls.key
|
; tlskeypath=~/.lnd/tls.key
|
||||||
|
|
||||||
|
; Adds an extra ip to the generated certificate
|
||||||
|
; (old tls files must be deleted if changed)
|
||||||
|
; tlsextraip=
|
||||||
|
|
||||||
|
; Adds an extra domain to the generate certificate
|
||||||
|
; (old tls files must be deleted if changed)
|
||||||
|
; tlsextradomain=
|
||||||
|
|
||||||
; Disable macaroon authentication. Macaroons are used are bearer credentials to
|
; Disable macaroon authentication. Macaroons are used are bearer credentials to
|
||||||
; authenticate all RPC access. If one wishes to opt out of macaroons, uncomment
|
; authenticate all RPC access. If one wishes to opt out of macaroons, uncomment
|
||||||
; the line below.
|
; the line below.
|
||||||
|
Loading…
Reference in New Issue
Block a user