Merge pull request #3754 from dennisreimann/patch-1
Document setting multiple tlsextra entries
This commit is contained in:
commit
0c83a066e9
@ -24,11 +24,11 @@
|
|||||||
; 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
|
; Adds an extra ip to the generated certificate. Setting multiple tlsextraip= entries is allowed.
|
||||||
; (old tls files must be deleted if changed)
|
; (old tls files must be deleted if changed)
|
||||||
; tlsextraip=
|
; tlsextraip=
|
||||||
|
|
||||||
; Adds an extra domain to the generate certificate
|
; Adds an extra domain to the generate certificate. Setting multiple tlsextradomain= entries is allowed.
|
||||||
; (old tls files must be deleted if changed)
|
; (old tls files must be deleted if changed)
|
||||||
; tlsextradomain=
|
; tlsextradomain=
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user