Jonathan Underwood
786568fa46
cert: allow cert expiry to be set in config
2021-04-05 20:23:33 -07:00
Joost Jager
403d72b468
lnrpc: lets encrypt
...
This commit enables lnd to request and renew a Let's Encrypt
certificate. This certificate is used both for the grpc as well as the
rest listeners. It allows clients to connect without having a copy of
the (public) server certificate.
Co-authored-by: Vegard Engen <vegard@engen.priv.no>
2020-09-15 09:59:09 +02:00
Oliver Gugger
4261d3f5af
lnd: remove global cfg variable
2020-05-14 16:18:02 +02:00
Johan T. Halseth
2bef62b467
lnd: remove global var access from genCertPair
...
Instead pass the optional strings as slices to the method.
2019-07-22 09:26:25 +02:00
Turtle
f958555ce3
Lnd + server_test: Add unit test for TLS cert autoregeneration
2019-07-11 00:10:55 -04:00
Johan T. Halseth
b53899c43c
lnd: rename package main->lnd
2019-04-23 20:57:33 +02:00
ErikEk
f36c58acd7
Improved color validation - now with fixes and a table driven test
2018-11-09 03:09:39 +01:00
Johan T. Halseth
e949b6a915
server test: add !rpctest build flag
2018-04-13 12:27:01 +02:00
Benjamin Congdon
92ac81b3b0
lnd+server: Allow configurable Node Alias and Color
...
This commit sets the Node's Alias and Color to the values set in config.
2018-01-18 09:31:48 -06:00