Why Nostr? What is Njump?
2024-05-09 20:38:54
in reply to

Nyoro~n on Nostr: You need access to the tls.cert file as the admin.macaroon file, no dependencies ...

You need access to the tls.cert file as the admin.macaroon file, no dependencies required. Concatenate both files and convert macaroon to base64 and feed into whatever lndconnect compatible application.

Reference (w/qrencode to create QRs):

echo 'lndconnect://example.com?cert='"`grep -v 'CERTIFICATE' tls.cert | tr -d '=' | tr '/+' '_-'`"'&macaroon='"`base64 admin.macaroon | tr -d '=' | tr '/+' '_-'`" | tr -d '\n' | qrencode -o /tmp/out.png
Author Public Key
npub1zwyrus8vrvv5pfj4lfmk44wnxajk56rk0959nqugzj9ewljk258sxpqlfd