lightninglabs / lightning-terminal

Lightning Terminal: Your Home for Lightning Liquidity
MIT License
488 stars 82 forks source link

terminal: add `tlsextraip` & `tlsextradomain` to conf #778

Closed ViktorTigerstrom closed 4 days ago

ViktorTigerstrom commented 5 days ago

fixes #773

This PR adds the tlsextraip and tlsextradomain config fields to the LiT config. This allows users to specify additional IPs and domains to be included in a newly generated LiT TLS certificate. Note that this specifically affects the litd tls.cert, and not the lnd tls.cert, which is targeted with lnd.tlsextraip= & lnd.tlsextradomain=.

ViktorTigerstrom commented 4 days ago

Thanks for the reviews @ellemouton & @bitromortac :rocket::tada:! I've addressed them with the latest push!

ViktorTigerstrom commented 4 days ago

Thanks for the review @guggero :tada:!