docs: Add tlsextraip + tlsextradomain to sample config (#1665)

This commit is contained in:
Lightning Koala 2018-08-14 06:10:54 +01:00 committed by Olaoluwa Osuntokun
parent 7a113d469b
commit fab1aa2d49

View File

@ -24,6 +24,14 @@
; Path to TLS private key for lnd's RPC and REST services.
; 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
; authenticate all RPC access. If one wishes to opt out of macaroons, uncomment
; the line below.