Merge pull request #3754 from dennisreimann/patch-1

Document setting multiple tlsextra entries
This commit is contained in:
Wilmer Paulino 2019-11-22 10:41:22 -08:00 committed by GitHub
commit 0c83a066e9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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=