diff --git a/sample-lnd.conf b/sample-lnd.conf index b26b1658..c1611b32 100644 --- a/sample-lnd.conf +++ b/sample-lnd.conf @@ -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.