mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-03-04 01:36:24 +01:00
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
1 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Reference in a new issue