Document setting multiple tlsextra entries
Minor addition to #2704, because I was wondering how to set multiple tlsextra entries.
This commit is contained in:
parent
6f9fcfaccc
commit
dcfeebaa1b
@ -24,11 +24,11 @@
|
||||
; Path to TLS private key for lnd's RPC and REST services.
|
||||
; 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)
|
||||
; 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)
|
||||
; tlsextradomain=
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user