Add how-to for `lnd` self-signed TLS certificate management
See original GitHub issueBy default, Chromium Browser / Google Chrome won’t recognize the self-signed TLS certificate prepared by lnd
. This will prevent Joule from successfully connecting to lnd
.
Chrome can be made to accept the self-signed cert by following these steps:
- navigate to https://localhost:8080/v1/getinfo
- click on the lock next to the URL and view the certificate
- navigate to the certificate viewer’s “details” tab and export the cert to a file
- navigate to edit > preferences > manage certificates > authorities > import
- check all of the boxes and import the cert
Now Chrome should accept the cert and Joule should be able to connect to lnd
!
Issue Analytics
- State:
- Created 5 years ago
- Reactions:5
- Comments:7 (4 by maintainers)
Top Results From Across the Web
Add how-to for lnd self-signed TLS certificate management #19
navigate to the certificate viewer's "details" tab and export the cert to a file; navigate to edit > preferences > manage certificates >...
Read more >TLS Certificates for Local Area Networks - YouTube
How to create a valid self signed SSL Certificate ? · The Computer Chronicles - Local Area Networks (1984) · Self Hosting on...
Read more >pfSense - How install an SSL/TLS Certificate - YouTube
In this video we show you how to install an SSL / TLS certificate in pfSenseFirst, we cover how to create a certificate...
Read more >How do I run proper HTTPS on an Internal Network?
Validating a server certificate in the browser is mainly done by checking that the hostname from the URL matches the name(s) in the...
Read more >How to create a TLS/SSL certificate with a Cert-Manager ...
This guide will show you how you can install cert-manager in Red Hat OpenShift with an Operator. After that, you will issue a...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I’ll also add how to import & trust the self-signed LND certificate on MacOS:
I hope it helps.
made a version to connect to a RaspiBlitz: https://github.com/openoms/bitcoin-tutorials/blob/master/JouleToRaspiBlitz.md