Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prevent LND from rotating TLS cert every startup #318

Merged
merged 1 commit into from
Nov 20, 2020

Conversation

louneskmt
Copy link
Contributor

This PR adds a setting to not include the container hostname (its Docker container ID) in the certificate. Thus, lnd won't detect changes at each restart and won't create a new certificate, which was leading to invalid connection on Lightning wallets like Zap after a restart.

This PR adds a setting to not include the container hostname (its Docker container ID) in the certificate. Thus, lnd won't detect changes at each restart and won't create a new certificate, which was leading to invalid connection on Lightning wallets like Zap after a restart.
@lukechilds lukechilds merged commit a627fdf into getumbrel:master Nov 20, 2020
@lukechilds lukechilds changed the title Fix lnd refreshing TLS certificate at each restart Prevent LND from rotating TLS cert every startup Nov 20, 2020
@lukechilds
Copy link
Member

Great stuff, thanks @louneskmt!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants